diff --git a/.drone.yml b/.drone.yml index cd895d7..6552cb6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: path_style: true secret_key: from_secret: s3_secret_access_key - source: public/**/* + source: public/* strip_prefix: public/ target: /${DRONE_REPO_NAME} @@ -48,6 +48,6 @@ trigger: --- kind: signature -hmac: b7e3eab1316e71bd8a259d6fdeaa2ddf9e85496d35d86d989b5d66714efd52e5 +hmac: 78a5361710635c3cc7a670316ffcac3d07f526f2b754e0fb4e2b08568a7cf19a ...