From fa1d4922d6b4e55f5a3b7e67bc68df3f4392d7f9 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Mon, 28 Sep 2020 23:26:40 -0400 Subject: [PATCH] fixed 's/pats/paths/' in .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 909ea69..ea29532 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: AWS_DEFAULT_REGION: us-east-1 commands: - aws s3 sync --acl "public-read" --sse "AES256" public/ s3://bdebyl.net - - aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --pats '/*' + - aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --paths '/*' when: branch: - master