mirror of
https://github.com/TeamPiped/documentation.git
synced 2024-08-14 23:50:09 +00:00
Update domain for documentation.
This commit is contained in:
parent
51f8a04897
commit
fc7b0f44e1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
||||||
infuraProjectId: ${{ secrets.INFURA_PROJECT_ID }}
|
infuraProjectId: ${{ secrets.INFURA_PROJECT_ID }}
|
||||||
infuraProjectSecret: ${{ secrets.INFURA_PROJECT_SECRET }}
|
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 piped.video -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.docs
|
||||||
env:
|
env:
|
||||||
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue