We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc3ad4 commit d5d85c3Copy full SHA for d5d85c3
1 file changed
.github/workflows/code-deploy-producition-quick.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Deploy
28
if: ${{ steps.filter.outputs.only_data_changed == 'true' }}
29
shell: bash
30
- run: bunx vercel --force --token "$VERCEL_TOKEN" --prod --local-config /vercel-quick.json
+ run: bunx vercel --force --token "$VERCEL_TOKEN" --prod --local-config ./vercel-quick.json
31
env:
32
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
33
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}
0 commit comments