From 8d93952c2f10f4b589aea100c6f20350375a14bf Mon Sep 17 00:00:00 2001 From: Louis Bompart Date: Fri, 26 Aug 2022 10:39:20 -0400 Subject: [PATCH] fix: deploy in hipaa (#900) * fix: deploy in hipaa * concurrent prd and hip, no time to lose. * Update .deployment.config.json --- .deployment.config.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.deployment.config.json b/.deployment.config.json index dc9c5805c4..c23f212124 100644 --- a/.deployment.config.json +++ b/.deployment.config.json @@ -7,7 +7,13 @@ "slack_channels": ["#searchuibuilds"] }, "environments_order": { - "sequential": ["dev", "stg", "prd"] + "sequential": [ + "dev", + "stg", + { + "concurrent": ["prd", "hip"] + } + ] }, "stg": { "start_environment_automatically": true @@ -15,6 +21,9 @@ "prd": { "start_environment_automatically": true }, + "hip": { + "start_environment_automatically": true + }, "aws_regions": { "sequential": ["FIRST_MAIN_REGION"] } @@ -30,6 +39,9 @@ "bucket": "{terraform.infra.infra.bucket_binaries}", "directory": "proda/StaticCDN/cli", "source": "./artifacts", + "hip": { + "disabled": true + }, "parameters": { "acl": "public-read" }