Commit 848c7b41 authored by Moody Salem's avatar Moody Salem

skip dns update while we work out cloudflare caching issues

parent f619cf43
...@@ -59,15 +59,15 @@ jobs: ...@@ -59,15 +59,15 @@ jobs:
with: with:
cidv0: ${{ steps.upload.outputs.hash }} cidv0: ${{ steps.upload.outputs.hash }}
- name: Update DNS with new IPFS hash # - name: Update DNS with new IPFS hash
env: # env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} # CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN: 'uniswap.org' # RECORD_DOMAIN: 'uniswap.org'
RECORD_NAME: '_dnslink.app' # RECORD_NAME: '_dnslink.app'
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} # CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848 # uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
with: # with:
cid: ${{ steps.upload.outputs.hash }} # cid: ${{ steps.upload.outputs.hash }}
- name: Create GitHub Release - name: Create GitHub Release
id: create_release id: create_release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment