mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Pin using pinata.
This commit is contained in:
parent
3dec3744f0
commit
f6e539daf5
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ipfs-build.yml
vendored
5
.github/workflows/ipfs-build.yml
vendored
|
@ -22,7 +22,10 @@ jobs:
|
||||||
id: ipfs-add
|
id: ipfs-add
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
service: infura
|
service: pinata
|
||||||
|
pinataKey: ${{ secrets.PINATA_API_KEY }}
|
||||||
|
pinataSecret: ${{ secrets.PINATA_API_SECRET }}
|
||||||
|
pinataPinName: piped
|
||||||
- name: Update DNSLink
|
- name: Update DNSLink
|
||||||
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-ipfs
|
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-ipfs
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue