From 8d42262fdd6aeb414048f4fb613facffa30aceef Mon Sep 17 00:00:00 2001 From: jsign Date: Mon, 26 Aug 2019 17:34:36 -0300 Subject: [PATCH] cicd: fix env name typo --- build/cicd/internal/config/service.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/cicd/internal/config/service.go b/build/cicd/internal/config/service.go index 02b78e3..91d88e1 100644 --- a/build/cicd/internal/config/service.go +++ b/build/cicd/internal/config/service.go @@ -400,7 +400,7 @@ func NewService(serviceName string, cfg *devdeploy.Config) (*devdeploy.ProjectSe ecsKeyValuePair("PROJECT_NAME", cfg.ProjectName), // Use placeholders for these environment variables that will be replaced with devdeploy.DeployServiceToTargetEnv - ecsKeyValuePair("WEB_APP_HOST_HOST", "{HTTP_HOST}"), + ecsKeyValuePair("WEB_APP_HTTP_HOST", "{HTTP_HOST}"), ecsKeyValuePair("WEB_APP_HTTPS_HOST", "{HTTPS_HOST}"), ecsKeyValuePair("WEB_APP_SERVICE_ENABLE_HTTPS", "{HTTPS_ENABLED}"), ecsKeyValuePair("WEB_APP_SERVICE_BASE_URL", "{APP_BASE_URL}"), @@ -591,7 +591,6 @@ func NewService(serviceName string, cfg *devdeploy.Config) (*devdeploy.ProjectSe }, } - srv.DockerBuildArgs["swagInit"] = "1" default: