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

Test pipeline [BuildDatabase]

This commit is contained in:
ebosas
2021-11-12 20:59:44 +02:00
parent 4e834b5e0c
commit 1274d685e6

View File

@@ -111,22 +111,6 @@ Resources:
#-----------------------------------------------------------------------------#
# CodePipeline
#-----------------------------------------------------------------------------#
# CloudWatchEventRule:
# Type: AWS::Events::Rule
# Properties:
# EventPattern:
# detail:
# action-type: [PUSH]
# image-tag: [latest]
# repository-name: [!Ref Repository]
# result: [SUCCESS]
# detail-type: [ECR Image Action]
# source: [aws.ecr]
# Targets:
# - Arn: !Sub arn:aws:codepipeline:${AWS::Region}:${AWS::AccountId}:${Pipeline}
# RoleArn: !GetAtt CloudWatchEventRole.Arn
# Id: server-pipeline
CloudWatchEventRule:
Type: AWS::Events::Rule
Properties: