Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 00b439f

Browse files
committed
Commented out 'Update DNS with IPFS hash' step
1 parent 3b02bea commit 00b439f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
with:
6060
cidv0: ${{ steps.upload.outputs.hash }}
6161

62-
- name: Update DNS with new IPFS hash
63-
env:
64-
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
65-
RECORD_DOMAIN: 'mooniswap.exchange'
66-
RECORD_NAME: '_dnslink'
67-
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
68-
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
69-
with:
70-
cid: ${{ steps.upload.outputs.hash }}
62+
# - name: Update DNS with new IPFS hash
63+
# env:
64+
# CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
65+
# RECORD_DOMAIN: 'mooniswap.exchange'
66+
# RECORD_NAME: '_dnslink'
67+
# CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
68+
# uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
69+
# with:
70+
# cid: ${{ steps.upload.outputs.hash }}
7171

7272
- uses: chrislennon/[email protected]
7373
- name: Deploy
@@ -111,4 +111,4 @@ jobs:
111111
- https://ipfs.infura.io/ipfs/${{ steps.upload.outputs.hash }}/
112112
- https://ipfs.io/ipfs/${{ steps.upload.outputs.hash }}/
113113
114-
${{ needs.bump_version.outputs.changelog }}
114+
${{ needs.bump_version.outputs.changelog }}

0 commit comments

Comments
 (0)