You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-06 22:32:51 +02:00
cicd: fix env name typo
This commit is contained in:
@ -400,7 +400,7 @@ func NewService(serviceName string, cfg *devdeploy.Config) (*devdeploy.ProjectSe
|
|||||||
ecsKeyValuePair("PROJECT_NAME", cfg.ProjectName),
|
ecsKeyValuePair("PROJECT_NAME", cfg.ProjectName),
|
||||||
|
|
||||||
// Use placeholders for these environment variables that will be replaced with devdeploy.DeployServiceToTargetEnv
|
// 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_HTTPS_HOST", "{HTTPS_HOST}"),
|
||||||
ecsKeyValuePair("WEB_APP_SERVICE_ENABLE_HTTPS", "{HTTPS_ENABLED}"),
|
ecsKeyValuePair("WEB_APP_SERVICE_ENABLE_HTTPS", "{HTTPS_ENABLED}"),
|
||||||
ecsKeyValuePair("WEB_APP_SERVICE_BASE_URL", "{APP_BASE_URL}"),
|
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"
|
srv.DockerBuildArgs["swagInit"] = "1"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user