Skip to content

Commit 774c7e8

Browse files
authored
Update deploy.yml
1 parent f23a00a commit 774c7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: vercel pull --yes --environment=production --token ${{ secrets.VERCEL_TOKEN }}
2727

2828
# vercel.json의 buildCommand/outputDirectory로 로컬 빌드
29-
- run: vercel build --token ${{ secrets.VERCEL_TOKEN }}
29+
- run: vercel build --prod --token ${{ secrets.VERCEL_TOKEN }}
3030

3131
# 사전빌드물 배포
3232
- run: vercel deploy --prebuilt --prod --yes --token ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)