Skip to content

Commit

Permalink
Merge pull request #31 from FinalDoubleTen/FE-16--feat/Tours/TourList
Browse files Browse the repository at this point in the history
Deploy: yaml 파일 수정
  • Loading branch information
suehub authored Jan 3, 2024
2 parents 935ac18 + b519a5e commit 85caac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: |
DEPLOY_URL=$(vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} | grep -o 'https://[^ ]*')
echo "::set-output name=url::$DEPLOY_URL"
- name: Alias Deployment to Custom Domain
run: vercel alias ${{ steps.deploy.outputs.url }} https://weplanplans-dev.vercel.app/ --token=${{ secrets.VERCEL_TOKEN }}
- name: Alias Deployment to Fixed Domain
run: vercel alias ${{ steps.deploy.outputs.url }} weplanplans-dev.vercel.app --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 85caac0

Please sign in to comment.