Add missing --prod flag to ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Berger 2021-10-14 13:43:24 +02:00
parent 61b9c8d66d
commit db9dc8f305

View file

@ -54,7 +54,7 @@ steps:
VERCEL_SCOPE: VERCEL_SCOPE:
from_secret: VERCEL_SCOPE from_secret: VERCEL_SCOPE
commands: commands:
- vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c - vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c --prod
when: when:
branch: branch:
- main - main