From 1b7da7c55e496d2d6ce41c27e08781a51c90de06 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Thu, 8 Oct 2020 22:47:50 -0400 Subject: [PATCH] updated .drone.yml for deployments --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 482c620..7aa6bdf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,10 +44,12 @@ steps: - aws s3 sync --acl "public-read" --sse "AES256" public/ s3://bdebyl.net - aws cloudfront create-invalidation --distribution-id "$DISTRIBUTION_ID" --paths '/*' when: - branch: - - master + event: + - promote + target: + - production --- kind: signature -hmac: 0edbfaae0b821372a0bf9b0b49b43b2f322daf73c97d1e128c1ec0ed54136c60 +hmac: 770c218bf5ffc36df6ef5d100e46109b5ea1704707aa7bc15bbccc806fe511d3 ...