Update domain for documentation.

This commit is contained in:
Kavin
2022-11-09 18:45:40 +00:00
committed by GitHub
parent 51f8a04897
commit fc7b0f44e1
+1 -1
View File
@@ -25,6 +25,6 @@ jobs:
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
run: npx dnslink-cloudflare -d piped.video -l /ipfs/${{ steps.ipfs-add.outputs.hash }} -r _dnslink.docs
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}