Skip to content

Commit

Permalink
switching to port 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
bsommardahl committed Oct 23, 2024
1 parent 62aed32 commit b1c0cd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ github.sha }}
backend_host: ec2-98-81-131-31.compute-1.amazonaws.com
backend_url: http://ec2-98-81-131-31.compute-1.amazonaws.com
backend_url: http://ec2-98-81-131-31.compute-1.amazonaws.com:5000
secrets: inherit

cd-frontend:
Expand All @@ -33,5 +33,5 @@ jobs:
bucket_name: anyhasher-big-bang
frontend_host: anyhasher-big-bang.s3-website-us-east-1.amazonaws.com
backend_host: ec2-98-81-131-31.compute-1.amazonaws.com
backend_url: http://ec2-98-81-131-31.compute-1.amazonaws.com
backend_url: http://ec2-98-81-131-31.compute-1.amazonaws.com:5000
secrets: inherit
2 changes: 1 addition & 1 deletion backend/src/server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
script: "./server.js",
watch: true,
env: {
"PORT": 80,
"PORT": 5000,
"NODE_ENV": "production"
}
}
Expand Down

0 comments on commit b1c0cd4

Please # to comment.