We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23a00a commit 774c7e8Copy full SHA for 774c7e8
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: vercel pull --yes --environment=production --token ${{ secrets.VERCEL_TOKEN }}
27
28
# vercel.json의 buildCommand/outputDirectory로 로컬 빌드
29
- - run: vercel build --token ${{ secrets.VERCEL_TOKEN }}
+ - run: vercel build --prod --token ${{ secrets.VERCEL_TOKEN }}
30
31
# 사전빌드물 배포
32
- run: vercel deploy --prebuilt --prod --yes --token ${{ secrets.VERCEL_TOKEN }}
0 commit comments