Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 21, 2024
1 parent 136e24b commit c5b21f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cd clientv2 && corepack enable && yarn && yarn run build
env:
VITE_AAD_CLIENT_ID: 251efa82-f589-42e1-9ebb-e214a4f40a0f
VITE_API_URL: https://resume-api.qa.acmuiuc.org/api/v1
VITE_API_URL: https://resumes.aws.qa.acmuiuc.org/api/v1
VITE_KINDE_CLIENT_ID: 9dfcd7977da347f3ab55fbb909a4d5cf
VITE_RUN_ENVIRONMENT: dev
- name: Publish
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: cd clientv2 && corepack enable && yarn && yarn run build
env:
VITE_AAD_CLIENT_ID: 5178a6b1-f46d-40a2-b550-1389b9316446
VITE_API_URL: https://resume-api.acm.illinois.edu/api/v1
VITE_API_URL: https://resumes.aws.acmuiuc.org/api/v1
VITE_KINDE_CLIENT_ID: fdacad7aea554755844105f5606da0f6
VITE_RUN_ENVIRONMENT: prod
- name: Publish
Expand All @@ -134,6 +134,6 @@ jobs:
- deploy-cf-pages-prod
steps:
- name: Call the API healthz endpoint
run: curl -f https://resume-api.acm.illinois.edu/api/v1/healthz
run: curl -f https://resumes.aws.acmuiuc.org/api/v1/healthz
- name: Call the base UI endpoint
run: curl -f https://resumes.acm.illinois.edu
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Deployment Environments
### Dev/QA
API: https://resume-api.qa.acmuiuc.org
API: https://resumes.aws.qa.acmuiuc.org
Web UI: https://resumes.qa.acmuiuc.org

### Prod
API: https://resume-api.acm.illinois.edu
API: https://resumes.aws.acmuiuc.org
Web UI: https://resumes.acm.illinois.edu

## PR Guidelines
Expand Down

0 comments on commit c5b21f7

Please sign in to comment.