mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Update IFPS pinning service.
This commit is contained in:
parent
ac3b8f1196
commit
51f8a04897
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -17,11 +17,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
extended: true
|
extended: true
|
||||||
- run: hugo --minify
|
- run: hugo --minify
|
||||||
- uses: aquiladev/ipfs-action@v0.1.5
|
- uses: aquiladev/ipfs-action@v0.3.1-alpha.2
|
||||||
id: ipfs-add
|
id: ipfs-add
|
||||||
with:
|
with:
|
||||||
path: ./public
|
path: ./public
|
||||||
service: infura
|
service: infura
|
||||||
|
infuraProjectId: ${{ secrets.INFURA_PROJECT_ID }}
|
||||||
|
infuraProjectSecret: ${{ secrets.INFURA_PROJECT_SECRET }}
|
||||||
- name: Update DNSLink
|
- name: Update DNSLink
|
||||||
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-docs
|
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-docs
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue