File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ jobs:
267267 # Remove any existing .vercel directory to avoid conflicts
268268 rm -rf .vercel
269269 # Deploy directly using scope and project flags
270- vercel --token ${{ secrets.VERCEL_TOKEN }} --scope ${{ secrets.VERCEL_ORG_ID }} --yes
270+ vercel --token ${{ secrets.VERCEL_TOKEN }} --scope ${{ secrets.VERCEL_ORG_ID }} --project ${{ secrets.VERCEL_PROJECT_ID }} -- yes
271271 env :
272272 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
273273 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
@@ -302,7 +302,7 @@ jobs:
302302 # Remove any existing .vercel directory to avoid conflicts
303303 rm -rf .vercel
304304 # Deploy directly using scope and project flags
305- vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --scope ${{ secrets.VERCEL_ORG_ID }} --yes
305+ vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --scope ${{ secrets.VERCEL_ORG_ID }} --project ${{ secrets.VERCEL_PROJECT_ID }} -- yes
306306 env :
307307 VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID }}
308308 VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
You can’t perform that action at this time.
0 commit comments