Skip to content

Commit b7e18ce

Browse files
committed
Updated workflow for collaboration UI deployment.
1 parent e379d44 commit b7e18ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/frontend_deployment.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,15 @@ jobs:
5959
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_MATCHING_UI_PROJECT_ID }}
6060
run: |
6161
vercel --prod --cwd ./feature-matching-ui/frontend --token ${{ secrets.VERCEL_TOKEN }} --yes
62+
63+
- name: Sync Vercel Collaboration UI envs.
64+
env:
65+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_COLLABORATION_UI_PROJECT_ID }}
66+
run: |
67+
./sync_vercel_env.py feature-collaboration-ui/frontend/peerprep-collab/.env production
68+
69+
- name: Deploy Collaboration UI to Vercel
70+
env:
71+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_COLLABORATION_UI_PROJECT_ID }}
72+
run: |
73+
vercel --prod --cwd ./feature-collaboration-ui/frontend/peerprep-collab --token ${{ secrets.VERCEL_TOKEN }} --yes

0 commit comments

Comments
 (0)