Skip to content

Commit

Permalink
Merge pull request #39 from FinalDoubleTen/FE-16--feat/Tours/TourList
Browse files Browse the repository at this point in the history
production test
  • Loading branch information
LeHiHo authored Jan 3, 2024
2 parents b615dc6 + 1299fee commit c897b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Deploy Project Artifacts to Vercel
id: deploy
run: |
DEPLOY_URL=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} | grep -o 'https://[^ ]*')
DEPLOY_URL=$(vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }} | grep -o 'https://[^ ]*')
echo "::set-output name=url::$DEPLOY_URL"
- name: Set Fixed Domain Alias
run: vercel alias set ${{ steps.deploy.outputs.url }} https://weplanplans-dev.vercel.app/ --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit c897b57

Please sign in to comment.