File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Deploy on Vercel
19
19
id : deploy
20
20
run : |
21
- vercel deploy --prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }}
21
+ vercel deploy --prod --yes -- token=${{ secrets.VERCEL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 22
22
- name : Deploy on Vercel
23
23
id : deploy
24
24
run : |
25
- vercel deploy --token=${{ secrets.VERCEL_ACCESS_TOKEN }} > deploy.log
25
+ vercel deploy --yes -- token=${{ secrets.VERCEL_ACCESS_TOKEN }} > deploy.log
26
26
URL=$(cat deploy.log | grep -o 'https://[^ ]*.vercel.app' | head -n1)
27
27
echo "deploymentUrl=$URL" >> $GITHUB_OUTPUT
28
28
- name : Extract branch name
Original file line number Diff line number Diff line change 19
19
- name : Deploy on Vercel
20
20
id : deploy
21
21
run : |
22
- vercel deploy --prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }}
22
+ vercel deploy --yes -- prod --token=${{ secrets.VERCEL_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments