diff --git a/.build.yml b/.build.yml index 55d9599..1174d9f 100644 --- a/.build.yml +++ b/.build.yml @@ -21,7 +21,7 @@ tasks: export CI_BRANCH=$(git rev-parse --abbrev-ref HEAD) # If trunk branch, use --prod, otherwise just deploy if [ "$CI_BRANCH" = "trunk" ]; then - vercel deploy --prod + vercel deploy --prod --token $VERCEL_API_TOKEN else - vercel deploy + vercel deploy --token $VERCEL_API_TOKEN fi