Skip to content

Commit e56da4d

Browse files
committed
[TEST] Now sync ENVs with Vercel.
1 parent 04807fa commit e56da4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/frontend_deployment.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
- name: Install Vercel CLI
2222
run: |
2323
npm install -g vercel
24+
25+
- name: Sync Vercel Login UI envs.
26+
run: |
27+
./sync_vercel_env.py frontend/frontend/.env production
2428
25-
- name: Deploy to Vercel
29+
- name: Deploy Login UI to Vercel
2630
env:
2731
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_LOGIN_UI_PROJECT_ID }}
2832
run: |

0 commit comments

Comments
 (0)