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: