1 parent cd02705 commit 3cdf184Copy full SHA for 3cdf184
1 file changed
.github/workflows/deploy.yml
@@ -144,7 +144,7 @@ jobs:
144
run: npm install -g vercel
145
- name: Deploy
146
working-directory: ./frontend
147
- run: vercel ./frontend --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
148
env:
149
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
150
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
0 commit comments