Trying secrets

This commit is contained in:
Claudio Maggioni 2018-05-11 22:07:30 +02:00
parent 2d668cd05f
commit 99f697390c
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ pipeline:
publish: publish:
image: plugins/s3 image: plugins/s3
bucket: drone bucket: drone
access_key: ${ACCESS_KEY} secrets: [ aws_access_key_id, aws_secret_access_key ]
secret_key: ${SECRET_KEY}
source: /drone/tesi/*.pdf source: /drone/tesi/*.pdf
target: / target: /
path_style: true path_style: true