Skip to content

Commit

Permalink
Use renamed default branch for avalon
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored Jul 19, 2022
1 parent db2cb81 commit 29c16c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.tf
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ AVALON_REPO=${var.avalon_repo}
DATABASE_URL=postgres://${module.db_avalon.this_db_instance_username}:${module.db_avalon.this_db_instance_password}@${module.db_avalon.this_db_instance_address}/avalon
ELASTICACHE_HOST=${aws_route53_record.redis.name}
SECRET_KEY_BASE=112f7d33c8864e0ef22910b45014a1d7925693ef549850974631021864e2e67b16f44aa54a98008d62f6874360284d00bb29dc08c166197d043406b42190188a
AVALON_BRANCH=master
AVALON_BRANCH=main
AWS_REGION=${var.aws_region}
RAILS_LOG_TO_STDOUT=true
SETTINGS__DOMAIN=https://${aws_route53_record.alb.fqdn}
Expand Down

0 comments on commit 29c16c9

Please sign in to comment.