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

Create pipeline with separate builds

This commit is contained in:
ebosas
2021-11-11 12:52:48 +02:00
parent 28885af9b3
commit bf3c8584e8

View File

@@ -27,7 +27,7 @@ Resources:
BucketName: !Sub microservices-${EnvironmentName}-${AWS::AccountId}
#-----------------------------------------------------------------------------#
# Source Credentials
# Source Credentials (for CodeBuild)
#-----------------------------------------------------------------------------#
SourceCredentials:
Type: AWS::CodeBuild::SourceCredential
@@ -425,6 +425,7 @@ Resources:
- "ssm:*"
- "codebuild:*"
- "ecr:*"
- "codepipeline:*"
Resource: "*"
#-----------------------------------------------------------------------------#