try to publish to s3
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-25 19:46:34 +02:00
parent 6de3a6d193
commit 905c109ec9
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ steps:
secret_key:
from_secret: s3_secret_access_key
source: public/**/*
strip_prefix: public/
target: /${DRONE_REPO_NAME}
trigger:
@ -47,6 +48,6 @@ trigger:
---
kind: signature
hmac: 7aecf1ad6246edf26f035e659b396076cfcfa3da2b2c9f74e0d344100d00dd4a
hmac: 6d2df5be7c7273b5975d2a018f093ac47bdef644cc31e679df1292d01ebac822
...