diff --git a/.drone.yml b/.drone.yml index 6552cb6..ec633dc 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: 78a5361710635c3cc7a670316ffcac3d07f526f2b754e0fb4e2b08568a7cf19a +hmac: 98c323bb0c6eaf52d4e9f6928f43a94e5cbb2b273e8298e3f788d200837a8a48 ...