From 931e2d34523d41c3f71ac0ccb0fe6e4700f5c571 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 23 Jun 2018 18:39:13 +0200 Subject: [PATCH] Maybe fixed s3 deploy? --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e5ead1c..d0ecf20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,11 +18,12 @@ pipeline: image: plugins/s3 bucket: aiterp source: output/* - target: /build/rpdata/${DRONE_BUILD_NUMBER}-${DRONE_COMMIT}/ + 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} + acl: public-read matrix: CMD: - rpdata-graphiql