1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-06-24 22:26:56 +02:00

Test pipeline once more [BuildServer]

This commit is contained in:
ebosas
2021-11-09 19:08:00 +02:00
parent abce928469
commit 253fd89a18

View File

@ -333,8 +333,8 @@ Resources:
StackName: !Sub ${EnvironmentName}-ServerService StackName: !Sub ${EnvironmentName}-ServerService
TemplatePath: !Sub SourceCode::deployments/services-${DeploymentType}/server.yml TemplatePath: !Sub SourceCode::deployments/services-${DeploymentType}/server.yml
Capabilities: CAPABILITY_IAM Capabilities: CAPABILITY_IAM
# Fn::GetParam fails to retrieve ImageURI from imageDetail.json: # Using a digest as an image identifier, bacause with the 'latest'
# "All parameters in file imageDetail.json should be string" # tag cfn does not make any updates upon image change.
ParameterOverrides: !Sub | ParameterOverrides: !Sub |
{ {
"EnvironmentName": "${EnvironmentName}", "EnvironmentName": "${EnvironmentName}",