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

This commit is contained in:
Robert Kaussow 2022-07-26 14:47:53 +02:00
parent a22820054a
commit 1d78ca1788
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -375,7 +375,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

@ -523,7 +523,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
@ -647,6 +647,6 @@ depends_on:
---
kind: signature
hmac: db7a2b6f2dc445d94276cd268a6e20bddf690d98eef2f6ad21a2326cb34c14fe
hmac: fb17f8e878e4a97dc5654eb0a32d3b23b5154a5b7d1d499997d7dd4f1d827880
...