Skip to content

Commit

Permalink
Deploy: yaml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
suehub committed Jan 3, 2024
1 parent 0871b00 commit b519a5e
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 b519a5e

Please sign in to comment.