Skip to content

Commit

Permalink
Merge pull request #72 from zzthian/master
Browse files Browse the repository at this point in the history
add dot com
  • Loading branch information
kohkaixun authored Nov 8, 2023
2 parents d337465 + eafdcda commit 337c910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/history-be-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 337c910

Please sign in to comment.