Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
pipeline: add support for TemplateConfiguration files
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoutschen committed Jan 25, 2020
1 parent e0ae976 commit 5f4e192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/resources/service-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Resources:
"EventBusName": "/ecommerce/tests/platform/event-bus/name"
}
RoleArn: !GetAtt PipelineTestsDeployRole.Arn
TemplateConfiguration: "TemplateArtifact::config.tests.json"
TemplatePath: "TemplateArtifact::template.yaml"
InputArtifacts:
- Name: TemplateArtifact
Expand Down Expand Up @@ -218,6 +219,7 @@ Resources:
# "EventBusName": "/ecommerce/staging/platform/event-bus/name"
# }
# RoleArn: !GetAtt PipelineStagingDeployRole.Arn
# TemplateConfiguration: "TemplateArtifact::config.staging.json"
# TemplatePath: "TemplateArtifact::template.yaml"
# InputArtifacts:
# - Name: TemplateArtifact
Expand Down Expand Up @@ -261,6 +263,7 @@ Resources:
# "EventBusName": "/ecommerce/prod/platform/event-bus/name"
# }
# RoleArn: !GetAtt PipelineProdDeployRole.Arn
# TemplateConfiguration: "TemplateArtifact::config.prod.json"
# TemplatePath: "TemplateArtifact::template.yaml"
# InputArtifacts:
# - Name: TemplateArtifact
Expand Down

0 comments on commit 5f4e192

Please sign in to comment.