Skip to content

Commit 3cdf184

Browse files
fix: changed old CI flow
1 parent cd02705 commit 3cdf184

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
@@ -144,7 +144,7 @@ jobs:
144144
run: npm install -g vercel
145145
- name: Deploy
146146
working-directory: ./frontend
147-
run: vercel ./frontend --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
147+
run: vercel --prod --yes --token=${{ secrets.VERCEL_TOKEN }}
148148
env:
149149
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
150150
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 commit comments

Comments
 (0)