Add missing --prod flag to ci
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61b9c8d66d
commit
db9dc8f305
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ steps:
|
|||
VERCEL_SCOPE:
|
||||
from_secret: VERCEL_SCOPE
|
||||
commands:
|
||||
- vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c
|
||||
- vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c --prod
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
|
Reference in a new issue