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:
|
recipients:
|
||||||
- brad@drone.io
|
- brad@drone.io
|
||||||
|
|
||||||
#publish:
|
publish:
|
||||||
# s3:
|
s3:
|
||||||
# acl: public-read
|
acl: public-read
|
||||||
# region: us-east-1
|
region: us-east-1
|
||||||
# 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: deb/drone.deb
|
source: debian/drone.deb
|
||||||
# target: exp/
|
target: $DRONE_BRANCH/
|
Loading…
Reference in a new issue