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