Skip to content

Commit cbada3e

Browse files
Refactor deployVercel.yml to include confirmation flag for production deployment
1 parent 32dde03 commit cbada3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)