Skip to content

Commit

Permalink
chore: move to classic.nft.storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Mar 28, 2024
1 parent 11897aa commit 403ff99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
with:
node-version: '18'
- uses: bahmutov/npm-install@v1
- run: ./packages/tools/cli.js dns --name nft.storage --token ${{ secrets.CF_API_TOKEN }} --zone ${{ secrets.CF_ZONE }} --content ${{ github.event.inputs.frontend_cname }}
- run: echo "::warning::https://nft.storage"
- run: ./packages/tools/cli.js dns --name classic.nft.storage --token ${{ secrets.CF_API_TOKEN }} --zone ${{ secrets.CF_ZONE }} --content ${{ github.event.inputs.frontend_cname }}
- run: echo "::warning::https://classic.nft.storage"
deploy-frontend-staging:
if: github.event.inputs.environment == 'staging'
runs-on: ubuntu-latest
Expand All @@ -56,8 +56,8 @@ jobs:
with:
node-version: '18'
- uses: bahmutov/npm-install@v1
- run: ./packages/tools/cli.js dns --name staging.nft.storage --token ${{ secrets.CF_API_TOKEN }} --zone ${{ secrets.CF_ZONE }} --content ${{ github.event.inputs.frontend_cname }}
- run: echo "::warning::https://staging.nft.storage"
- run: ./packages/tools/cli.js dns --name classic-staging.nft.storage --token ${{ secrets.CF_API_TOKEN }} --zone ${{ secrets.CF_ZONE }} --content ${{ github.event.inputs.frontend_cname }}
- run: echo "::warning::https://classic-staging.nft.storage"
deploy-frontend-dev:
if: github.event.inputs.environment == ''
runs-on: ubuntu-latest
Expand Down

0 comments on commit 403ff99

Please sign in to comment.