This repository was archived by the owner on Feb 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments