Skip to content

Commit

Permalink
feat: update cloudflare gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriliumircea committed Jul 28, 2023
1 parent 0d571f6 commit 55b1959
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ jobs:
body:
"Successfully deployed on IPFS: [${{ steps.upload.outputs.hash }}](https://cloudflare-ipfs.com/ipfs/${{
steps.upload.outputs.hash }})"

- name: Update DNS with new IPFS hash
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
uses: Uniswap/cloudflare-update-web3-gateway@b3205288b1c6d0acb63fa3bd8fb686c72a9e3f3e
with:
cid: ${{ steps.upload.outputs.hash }}

2 comments on commit 55b1959

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed on IPFS: QmSa1jwfJym5ZAv6ion46dogWuA9PE6WiMATQC4WFq5W2i

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed on IPFS: QmWEpMqw644AFbSdREJb3SfZDH81tUrCESP9n2j3hpBf2k

Please sign in to comment.