Skip to content

Commit

Permalink
github: remove TF_VAR from env file
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent 083efb7 commit 38de6e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions deploy/github/development.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ 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=8080
TF_VAR_nginx_proxy=false

# container definition variables
ES_HOST=ec2-3-25-64-248.ap-southeast-2.compute.amazonaws.com
Expand Down
2 changes: 0 additions & 2 deletions deploy/github/production.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ AWS_REGION=ap-southeast-2
ECR_REGISTRY=450356697252.dkr.ecr.ap-southeast-2.amazonaws.com
ECR_REPOSITORY=geonetwork4
ENVIRONMENT=production
TF_VAR_app_port=8080
TF_VAR_nginx_proxy=false

# container definition variables
ES_HOST=ec2-3-25-64-248.ap-southeast-2.compute.amazonaws.com
Expand Down
2 changes: 0 additions & 2 deletions deploy/github/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ AWS_REGION=ap-southeast-2
ECR_REGISTRY=450356697252.dkr.ecr.ap-southeast-2.amazonaws.com
ECR_REPOSITORY=geonetwork4
ENVIRONMENT=staging
TF_VAR_app_port=8080
TF_VAR_nginx_proxy=false

# container definition variables
ES_HOST=ec2-3-25-64-248.ap-southeast-2.compute.amazonaws.com
Expand Down

0 comments on commit 38de6e8

Please sign in to comment.