Skip to content

Commit cbab384

Browse files
fix file path
1 parent 38f3b8e commit cbab384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
name: Execute cloudfront.yml
105105
command: |
106106
aws cloudformation deploy \
107-
--template-file cloudfront.yml \
107+
--template-file ansible-ec2/cloudfront.yml \
108108
--stack-name production-distro \
109109
--parameter-overrides PipelineID="mybucket-${CIRCLE_WORKFLOW_ID:0:7}"
110110

0 commit comments

Comments
 (0)