1
0
mirror of https://github.com/ebosas/microservices.git synced 2024-11-24 08:02:24 +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
TemplatePath: !Sub SourceCode::deployments/services-${DeploymentType}/server.yml
Capabilities: CAPABILITY_IAM
# Fn::GetParam fails to retrieve ImageURI from imageDetail.json:
# "All parameters in file imageDetail.json should be string"
# Using a digest as an image identifier, bacause with the 'latest'
# tag cfn does not make any updates upon image change.
ParameterOverrides: !Sub |
{
"EnvironmentName": "${EnvironmentName}",