From c03b629a16ccbf8c1a1ac065b440569665c73d7d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Jul 2022 14:18:10 +0200 Subject: [PATCH] ci: switch to thegeeklab/drone-s3-sync plugin --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96c3341..4558fdc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: publish - image: plugins/s3-sync + image: thegeeklab/drone-s3-sync settings: access_key: from_secret: s3_access_key @@ -82,6 +82,6 @@ trigger: --- kind: signature -hmac: 6992c0f5875e88a24e025ba118c951722c0dea2df0c471b9d1777ddb8505b765 +hmac: d1f24608ba60c2b06f704d0e2f0487c77bd6e316168e25ee605101cc166b3be1 ...