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

Create pipeline with separate builds

This commit is contained in:
ebosas
2021-11-11 13:39:27 +02:00
parent 597284d478
commit cc3a7b0f14

View File

@ -258,7 +258,7 @@ Resources:
Configuration: Configuration:
ActionMode: CREATE_UPDATE ActionMode: CREATE_UPDATE
RoleArn: !GetAtt CloudFormationDeployRole.Arn RoleArn: !GetAtt CloudFormationDeployRole.Arn
StackName: !Sub ${EnvironmentName}-ServerPipeline StackName: !Sub ${EnvironmentName}-Pipeline-Server
TemplatePath: Source::deployments/pipeline-service.yml TemplatePath: Source::deployments/pipeline-service.yml
Capabilities: CAPABILITY_IAM Capabilities: CAPABILITY_IAM
ParameterOverrides: !Sub | ParameterOverrides: !Sub |
@ -284,7 +284,7 @@ Resources:
Configuration: Configuration:
ActionMode: CREATE_UPDATE ActionMode: CREATE_UPDATE
RoleArn: !GetAtt CloudFormationDeployRole.Arn RoleArn: !GetAtt CloudFormationDeployRole.Arn
StackName: !Sub ${EnvironmentName}-CachePipeline StackName: !Sub ${EnvironmentName}-Pipeline-Cache
TemplatePath: Source::deployments/pipeline-service.yml TemplatePath: Source::deployments/pipeline-service.yml
Capabilities: CAPABILITY_IAM Capabilities: CAPABILITY_IAM
ParameterOverrides: !Sub | ParameterOverrides: !Sub |
@ -310,7 +310,7 @@ Resources:
Configuration: Configuration:
ActionMode: CREATE_UPDATE ActionMode: CREATE_UPDATE
RoleArn: !GetAtt CloudFormationDeployRole.Arn RoleArn: !GetAtt CloudFormationDeployRole.Arn
StackName: !Sub ${EnvironmentName}-DatabasePipeline StackName: !Sub ${EnvironmentName}-Pipeline-Database
TemplatePath: Source::deployments/pipeline-service.yml TemplatePath: Source::deployments/pipeline-service.yml
Capabilities: CAPABILITY_IAM Capabilities: CAPABILITY_IAM
ParameterOverrides: !Sub | ParameterOverrides: !Sub |