From 1274d685e6db562014d3ac69c84887341c7dcf63 Mon Sep 17 00:00:00 2001 From: ebosas Date: Fri, 12 Nov 2021 20:59:44 +0200 Subject: [PATCH] Test pipeline [BuildDatabase] --- deployments/pipeline-service.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/deployments/pipeline-service.yml b/deployments/pipeline-service.yml index 3f4f7e9..8a46f3e 100644 --- a/deployments/pipeline-service.yml +++ b/deployments/pipeline-service.yml @@ -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: