Skip to content

Commit

Permalink
[fix] 배포 워크플로 타이포 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lybell-art committed Jul 23, 2024
1 parent 56735cf commit fda9b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: npm install -g vercel
- name: deploy to vercel as preview
run: |
vercel pull --yes -token=${{ secrets.VERCEL_TOKEN }}
vercel pull --yes --token=${{ secrets.VERCEL_TOKEN }}
vercel build --token=${{ secrets.VERCEL_TOKEN }}
vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit fda9b40

Please sign in to comment.