From f6d7a0a8df7ce6fffa820c40def5b824004f3c1f Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 24 Jun 2018 09:28:53 +0200 Subject: [PATCH] CI test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c827bb0..9bd3383 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,6 @@ pipeline: source: /go/output/* target: /build/rpdata/ endpoint: https://ams3.digitaloceanspaces.com - access_key: ${space_access_key} - secret_key: ${space_secret_key} + access_key: $$space_access_key + secret_key: $$space_secret_key acl: public-read \ No newline at end of file