Skip to content

Commit d5d85c3

Browse files
authored
update config path in quick deploy workflow (#2187)
1 parent dcc3ad4 commit d5d85c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-deploy-producition-quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Deploy
2828
if: ${{ steps.filter.outputs.only_data_changed == 'true' }}
2929
shell: bash
30-
run: bunx vercel --force --token "$VERCEL_TOKEN" --prod --local-config /vercel-quick.json
30+
run: bunx vercel --force --token "$VERCEL_TOKEN" --prod --local-config ./vercel-quick.json
3131
env:
3232
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
3333
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}

0 commit comments

Comments
 (0)