mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-12-06 19:16:19 +01:00
Update IFPS pinning service.
This commit is contained in:
@@ -17,11 +17,13 @@ jobs:
|
||||
with:
|
||||
extended: true
|
||||
- run: hugo --minify
|
||||
- uses: aquiladev/ipfs-action@v0.1.5
|
||||
- uses: aquiladev/ipfs-action@v0.3.1-alpha.2
|
||||
id: ipfs-add
|
||||
with:
|
||||
path: ./public
|
||||
service: infura
|
||||
infuraProjectId: ${{ secrets.INFURA_PROJECT_ID }}
|
||||
infuraProjectSecret: ${{ secrets.INFURA_PROJECT_SECRET }}
|
||||
- name: Update DNSLink
|
||||
run: npx dnslink-cloudflare -d kavin.rocks -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.piped-docs
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user