use s3-sync plugin
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-05-25 20:57:36 +02:00
parent ca55c65eba
commit 641af0ee32
1 changed files with 2 additions and 2 deletions

View File

@ -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
...