experimental branch now uploading to S3
This commit is contained in:
parent
28071bb6f0
commit
a08a0e3e2e
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -14,12 +14,12 @@ notify:
|
|||
recipients:
|
||||
- brad@drone.io
|
||||
|
||||
#publish:
|
||||
# s3:
|
||||
# acl: public-read
|
||||
# region: us-east-1
|
||||
# bucket: downloads.drone.io
|
||||
# access_key: $AWS_KEY
|
||||
# secret_key: $AWS_SECRET
|
||||
# source: deb/drone.deb
|
||||
# target: exp/
|
||||
publish:
|
||||
s3:
|
||||
acl: public-read
|
||||
region: us-east-1
|
||||
bucket: downloads.drone.io
|
||||
access_key: $AWS_KEY
|
||||
secret_key: $AWS_SECRET
|
||||
source: debian/drone.deb
|
||||
target: $DRONE_BRANCH/
|
Loading…
Reference in a new issue