You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-08-24 20:08:55 +02:00
Test pipeline
This commit is contained in:
@@ -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
|
||||
|
@@ -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}",
|
||||
|
Reference in New Issue
Block a user