From 051774697606763b878603b51757f8792804beea Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 09:11:17 +0200 Subject: [PATCH] CI test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2f632e8..5bae0bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,6 @@ pipeline: source: /output/* target: /build/rpdata/ 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 \ No newline at end of file