ci: switch to thegeeklab/drone-s3-sync plugin

This commit is contained in:
Robert Kaussow 2022-07-26 14:47:50 +02:00
parent 5613be2dca
commit 94fcf0c896
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -356,7 +356,7 @@ local PipelineDocs = {
},
{
name: 'publish',
image: 'plugins/s3-sync',
image: 'thegeeklab/drone-s3-sync',
settings: {
access_key: { from_secret: 's3_access_key' },
bucket: 'geekdocs',

View File

@ -504,7 +504,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
@ -628,6 +628,6 @@ depends_on:
---
kind: signature
hmac: 1787b8f3f035020cda542c07c76e81622e692e8801da4a9c7171a436a8addca5
hmac: d757485c1798479c7d47cd472a55291adadae2ac40709ae5d513385b7784bbea
...