From cc3a7b0f1451c3185464a48b81cf5e37e8925c07 Mon Sep 17 00:00:00 2001 From: ebosas Date: Thu, 11 Nov 2021 13:39:27 +0200 Subject: [PATCH] Create pipeline with separate builds --- deployments/pipeline-new.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/pipeline-new.yml b/deployments/pipeline-new.yml index 2e1fbf3..f8b60b3 100644 --- a/deployments/pipeline-new.yml +++ b/deployments/pipeline-new.yml @@ -258,7 +258,7 @@ Resources: Configuration: ActionMode: CREATE_UPDATE RoleArn: !GetAtt CloudFormationDeployRole.Arn - StackName: !Sub ${EnvironmentName}-ServerPipeline + StackName: !Sub ${EnvironmentName}-Pipeline-Server TemplatePath: Source::deployments/pipeline-service.yml Capabilities: CAPABILITY_IAM ParameterOverrides: !Sub | @@ -284,7 +284,7 @@ Resources: Configuration: ActionMode: CREATE_UPDATE RoleArn: !GetAtt CloudFormationDeployRole.Arn - StackName: !Sub ${EnvironmentName}-CachePipeline + StackName: !Sub ${EnvironmentName}-Pipeline-Cache TemplatePath: Source::deployments/pipeline-service.yml Capabilities: CAPABILITY_IAM ParameterOverrides: !Sub | @@ -310,7 +310,7 @@ Resources: Configuration: ActionMode: CREATE_UPDATE RoleArn: !GetAtt CloudFormationDeployRole.Arn - StackName: !Sub ${EnvironmentName}-DatabasePipeline + StackName: !Sub ${EnvironmentName}-Pipeline-Database TemplatePath: Source::deployments/pipeline-service.yml Capabilities: CAPABILITY_IAM ParameterOverrides: !Sub |