Skip to content

Commit

Permalink
Merge pull request #86 from QuickSwap/ci/release
Browse files Browse the repository at this point in the history
Updates to release flow
  • Loading branch information
FriskyHamTitz authored Feb 11, 2022
2 parents 12e493c + 82ba45d commit 6f72146
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Release
on:
schedule:
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
push:
branches:
- master

# manual trigger
workflow_dispatch:
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN: 'quickswap.exchange'
RECORD_NAME: '_dnslink.dev'
RECORD_NAME: '_dnslink.alpha'
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
uses: textileio/cloudflare-update-dnslink@0fe7b7a1ffc865db3a4da9773f0f987447ad5848
with:
Expand All @@ -98,11 +99,11 @@ jobs:
- CIDv0: `${{ steps.upload.outputs.hash }}`
- CIDv1: `${{ steps.convert_cidv0.outputs.cidv1 }}`
The latest release is always accessible via our alias to the Cloudflare IPFS gateway at [dev.quickswap.exchange](https://dev.quickswap.exchange).
The latest release is always accessible via our alias to the Cloudflare IPFS gateway at [alpha.quickswap.exchange](https://alpha.quickswap.exchange).
You can also access the QuickSwap Interface directly from an IPFS gateway.
**BEWARE**: The QuickSwap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported.
**You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [dev.quickswap.exchange](https://dev.quickswap.exchange).
**You should always use an IPFS gateway that enforces origin separation**, or our alias to the latest release at [alpha.quickswap.exchange](https://alpha.quickswap.exchange).
Your QuickSwap settings are never remembered across different URLs.
IPFS gateways:
Expand Down

0 comments on commit 6f72146

Please sign in to comment.