We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d2970 commit 043f37cCopy full SHA for 043f37c
.github/workflows/frontend_deployment.yaml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_LOGIN_UI_PROJECT_ID }}
28
run: |
29
- vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes
+ vercel --prod --cwd ./frontend/frontend --token ${{ secrets.VERCEL_TOKEN }} --yes
0 commit comments