From 362831643d1c5591399885a2bbb8c702fa4363fe Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 6 May 2022 19:50:29 +0200 Subject: [PATCH] ci: switch to thegeeklab/drone-s3-sync plugin (#100) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index cbd4246..c065703 100644 --- a/.drone.yml +++ b/.drone.yml @@ -65,7 +65,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: publish - image: plugins/s3-sync + image: thegeeklab/drone-s3-sync:2 settings: access_key: from_secret: s3_access_key @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 7236d10a29eff08ad942b33273f572a254ce17c42d316a336f8c3a15398b78f4 +hmac: 67a15612dbb19906722e53b0203f6eea732d73a200bed1fb2d7013b93710c612 ...