Skip to content

Commit

Permalink
fix: deploy in hipaa (#900)
Browse files Browse the repository at this point in the history
* fix: deploy in hipaa

* concurrent prd and hip, no time to lose.

* Update .deployment.config.json
  • Loading branch information
louis-bompart authored Aug 26, 2022
1 parent 1797049 commit 8d93952
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,23 @@
"slack_channels": ["#searchuibuilds"]
},
"environments_order": {
"sequential": ["dev", "stg", "prd"]
"sequential": [
"dev",
"stg",
{
"concurrent": ["prd", "hip"]
}
]
},
"stg": {
"start_environment_automatically": true
},
"prd": {
"start_environment_automatically": true
},
"hip": {
"start_environment_automatically": true
},
"aws_regions": {
"sequential": ["FIRST_MAIN_REGION"]
}
Expand All @@ -30,6 +39,9 @@
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/cli",
"source": "./artifacts",
"hip": {
"disabled": true
},
"parameters": {
"acl": "public-read"
}
Expand Down

0 comments on commit 8d93952

Please sign in to comment.