Skip to content

Commit 043f37c

Browse files
committed
[TEST] Updated CWD of frontend deployment pipeline.
1 parent 26d2970 commit 043f37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_LOGIN_UI_PROJECT_ID }}
2828
run: |
29-
vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes
29+
vercel --prod --cwd ./frontend/frontend --token ${{ secrets.VERCEL_TOKEN }} --yes

0 commit comments

Comments
 (0)