mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
added recursive setting to .drone.yml
to deploy to S3
This commit is contained in:
parent
88873929bd
commit
3f6053f7e8
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue