Skip to content

Commit 774325d

Browse files
committed
chore(ci): switch from DNSimple to Cloudflare for DNSLink
use dnslink-dev.dnslinks.ipshipyard.tech via Cloudflare API ref: ipshipyard/waterworks-community#23
1 parent a70ec14 commit 774325d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ jobs:
5454
needs: deploy-ipfs
5555
if: github.event.workflow_run.head_branch == 'main'
5656
environment:
57-
name: 'dnslink'
58-
url: "https://dnslink.dev/"
57+
name: 'cf-dnslink'
58+
url: "https://dnslink-dev.ipns.inbrowser.link/"
5959
steps:
6060
- name: Update DNSLink
61-
# TODO: switch to @v1 once https://github.com/ipshipyard/dnslink-action/pull/8 is merged
62-
uses: ipshipyard/dnslink-action@93ed9a4c8db10d53ea05826aae2b5c24790b6733
61+
uses: ipshipyard/dnslink-action@v1
6362
with:
6463
cid: ${{ needs.deploy-ipfs.outputs.cid }}
65-
dnslink_domain: 'dnslink.dev'
66-
dnsimple_token: ${{ secrets.DNSIMPLE_TOKEN }}
64+
dnslink_domain: 'dnslink-dev.dnslinks.ipshipyard.tech'
65+
cf_zone_id: ${{ secrets.CF_DNS_ZONE_ID }}
66+
cf_auth_token: ${{ secrets.CF_DNS_AUTH_TOKEN }}
6767
github_token: ${{ github.token }}
6868
set_github_status: true
6969

0 commit comments

Comments
 (0)