From eafdcda9c31e3407183382a8d4457bc3b49a6ba9 Mon Sep 17 00:00:00 2001 From: zzthian Date: Thu, 9 Nov 2023 01:17:36 +0800 Subject: [PATCH] add dot com --- .github/workflows/history-be-aws.yml | 2 +- frontend/Dockerfile.prod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/history-be-aws.yml b/.github/workflows/history-be-aws.yml index ead8a913..bc7dfec0 100644 --- a/.github/workflows/history-be-aws.yml +++ b/.github/workflows/history-be-aws.yml @@ -12,7 +12,7 @@ env: ECR_HISTORY_REPOSITORY: peerprep-history-backend - ECS_HISTORY_SERVICE: Peerprep-History-BE + ECS_HISTORY_SERVICE: Peerprep-History-Backend ECS_CLUSTER: PeerPrepDev # set this to your Amazon ECS cluster name diff --git a/frontend/Dockerfile.prod b/frontend/Dockerfile.prod index de404ffd..c9273455 100644 --- a/frontend/Dockerfile.prod +++ b/frontend/Dockerfile.prod @@ -10,7 +10,7 @@ ENV REACT_APP_MATCHING_HOST=https://peerprep.jonoans.com:8443 ENV REACT_APP_COLLAB_HOST=https://peerprep.jonoans.com ENV REACT_APP_COMMUNICATION_HOST=https://peerprep.jonoans.com:2096 ENV REACT_APP_CATEGORIES_HOST=https://peerprep.jonoans.com/api/categories -ENV REACT_APP_HISTORY_HOST=https://peerprep.jonoans/api/history +ENV REACT_APP_HISTORY_HOST=https://peerprep.jonoans.com/api/history RUN npm run build RUN npm i -g serve