Skip to content

Commit

Permalink
Fix build workflows for matchmaking service host
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlohxz committed Oct 27, 2023
1 parent 8f0e7fb commit a457ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
export REACT_APP_QUESTIONS_SERVICE_HOST=http://peerprep.bryanlohxz.com/api/questions-service
export REACT_APP_USERS_SERVICE_HOST=http://peerprep.bryanlohxz.com/api/users-service
export REACT_APP_MATCHMAKING_SERVICE_HOST=ws://peerprep.bryanlohxz.com/api/matchmaking-service
export REACT_APP_MATCHMAKING_SERVICE_HOST=http://peerprep.bryanlohxz.com
export REACT_APP_COLLABORATION_SERVICE_HOST=http://peerprep.bryanlohxz.com
export CI=false
yarn build
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
environment:
REACT_APP_QUESTIONS_SERVICE_HOST: http://localhost:3001
REACT_APP_USERS_SERVICE_HOST: http://localhost:3002
REACT_APP_MATCHMAKING_SERVICE_HOST: ws://localhost:3003
REACT_APP_MATCHMAKING_SERVICE_HOST: http://localhost:3003
REACT_APP_COLLABORATION_SERVICE_HOST: http://localhost:3004
volumes:
- ./frontend-service:/app
Expand Down

0 comments on commit a457ab5

Please sign in to comment.