Skip to content

Commit fbc6959

Browse files
authored
Merge pull request #50 from CarnegieLearningWeb/dev
Refactor deployVercel.yml to include confirmation flag for production…
2 parents 6de4eb3 + cbada3e commit fbc6959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployVercel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
2121
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
2222
working-directory: ./
23-
vercel-args: '--prod'
23+
vercel-args: '--prod --confirm'

0 commit comments

Comments
 (0)