From 526d4b44532a4af1dae9ae001c82b149250c1a20 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 23 Jun 2018 22:44:34 +0200 Subject: [PATCH] Maybe fixed s3 deploy? --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d0ecf20..d42ec81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,12 +17,12 @@ pipeline: s3: image: plugins/s3 bucket: aiterp - source: output/* + source: /output/* target: /build/rpdata/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT} path_style: true endpoint: https://ams3.digitaloceanspaces.com - secret_key: $${SPACE_SECRET_KEY} - access_key: $${SPACE_ACCESS_KEY} + secret_key: $SPACE_SECRET_KEY + access_key: $SPACE_ACCESS_KEY acl: public-read matrix: CMD: