Skip to content

Commit

Permalink
deploy/github: update app port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent 1c4d490 commit 2020fff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/github/development.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AWS_REGION=ap-southeast-2
ECR_REGISTRY=450356697252.dkr.ecr.ap-southeast-2.amazonaws.com
ECR_REPOSITORY=geonetwork4
ENVIRONMENT=tf-development
TF_VAR_app_port=8000
TF_VAR_app_port=8080
TF_VAR_nginx_proxy=false

# container definition variables
Expand Down
2 changes: 1 addition & 1 deletion deploy/github/production.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AWS_REGION=ap-southeast-2
ECR_REGISTRY=450356697252.dkr.ecr.ap-southeast-2.amazonaws.com
ECR_REPOSITORY=geonetwork4
ENVIRONMENT=production
TF_VAR_app_port=8000
TF_VAR_app_port=8080
TF_VAR_nginx_proxy=false

# container definition variables
Expand Down
2 changes: 1 addition & 1 deletion deploy/github/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AWS_REGION=ap-southeast-2
ECR_REGISTRY=450356697252.dkr.ecr.ap-southeast-2.amazonaws.com
ECR_REPOSITORY=geonetwork4
ENVIRONMENT=staging
TF_VAR_app_port=8000
TF_VAR_app_port=8080
TF_VAR_nginx_proxy=false

# container definition variables
Expand Down

0 comments on commit 2020fff

Please sign in to comment.