diff --git a/.build.yml b/.build.yml index 1cd8f65..44f34df 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 --prod + vercel deploy --prod else - vercel + vercel deploy fi