diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cae3964..93cad43 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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 @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 80ae191..85f7fdf 100644 --- a/README.md +++ b/README.md @@ -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