Commit e1d489a6 authored by Connor McEwen's avatar Connor McEwen Committed by GitHub

chore: update deploy action (#5254)

parent 9b31e7b6
...@@ -88,10 +88,9 @@ jobs: ...@@ -88,10 +88,9 @@ jobs:
- 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_NAME: '_dnslink.app'
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }} CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848 CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
uses: Uniswap/cloudflare-update-web3-gateway@b3205288b1c6d0acb63fa3bd8fb686c72a9e3f3e
with: with:
cid: ${{ steps.pinata.outputs.hash }} cid: ${{ steps.pinata.outputs.hash }}
......
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