fixed 'aws' missing from 'cloudfront' command

This commit is contained in:
Bastian de Byl
2020-09-28 23:25:23 -04:00
parent 592a4ba20a
commit a3311566f2
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ steps:
AWS_DEFAULT_REGION: us-east-1
commands:
- aws s3 sync --acl "public-read" --sse "AES256" public/ s3://bdebyl.net
- cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --pats '/*'
- aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --pats '/*'
when:
branch:
- master