1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-08-24 20:08:55 +02:00

Test pipeline

This commit is contained in:
ebosas
2021-11-09 18:01:09 +02:00
parent d13f97118d
commit 2a875b6436
2 changed files with 3 additions and 1 deletions

View File

@@ -11,5 +11,4 @@ phases:
- docker tag $REPO_URI:latest $REPO_URI:$TAG
post_build:
commands:
- docker push $REPO_URI:latest
- docker push $REPO_URI:$TAG

View File

@@ -332,6 +332,9 @@ Resources:
StackName: !Sub ${EnvironmentName}-ServerService
TemplatePath: !Sub SourceCode::deployments/services-${DeploymentType}/server.yml
Capabilities: CAPABILITY_IAM
# Error with Fn::GetParam:
# Latest action execution message
# All parameters in file imageDetail.json should be string
ParameterOverrides: !Sub |
{
"EnvironmentName": "${EnvironmentName}",