Skip to content

Commit

Permalink
ci: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jul 2, 2024
1 parent 8088142 commit b65e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/testnet-')
run: |
url=$(vercel deploy --prebuilt --token ${{ secrets.VERCEL_TOKEN }})
vercel alias set $url testnet.aresrpg.world --scope aresrpg --token ${{ secrets.VERCEL_TOKEN }}
vercel alias set $url https://testnet.aresrpg.world --scope aresrpg --token ${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 comments on commit b65e458

Please sign in to comment.