mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-03 15:22:25 +02:00
Merge pull request #540 from bradrydzewski/master
add recursive setting to S3
This commit is contained in:
commit
99b564a76e
@ -31,5 +31,6 @@ publish:
|
|||||||
bucket: downloads.drone.io
|
bucket: downloads.drone.io
|
||||||
access_key: $AWS_KEY
|
access_key: $AWS_KEY
|
||||||
secret_key: $AWS_SECRET
|
secret_key: $AWS_SECRET
|
||||||
source: packaging/output/drone.*
|
source: packaging/output/
|
||||||
target: $DRONE_BRANCH/
|
target: $DRONE_BRANCH/
|
||||||
|
recursive: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user