Skip to content

Commit ea349d1

Browse files
committed
automation deployment
1 parent 74bab03 commit ea349d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: npm install -g vercel
2929

3030
- name: Deploy to Vercel
31-
run: vercel --token=$VERCEL_TOKEN --prod
31+
run: vercel --token=$VERCEL_TOKEN --prod --yes
3232
env:
3333
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)