Skip to content

Commit

Permalink
fix: wrong integration secret in the rdev environment (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Sep 14, 2023
1 parent 65e5da0 commit 89e0acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .happy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"environments": {
"rdev": {
"aws_profile": "single-cell-dev",
"secret_arn": "happy/env-rdev-config",
"secret_arn": "happy/env-explorer-dev-config",
"terraform_directory": ".happy/terraform/envs/rdev",
"log_group_prefix": "/explorer/rdev",
"task_launch_type": "fargate"
Expand Down

0 comments on commit 89e0acb

Please sign in to comment.