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

This commit is contained in:
Robert Kaussow 2022-07-26 14:44:20 +02:00
parent f1b711e6bf
commit 1587b0e628
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

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

@ -59,7 +59,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
@ -85,6 +85,6 @@ trigger:
---
kind: signature
hmac: 1a7ce6a2dd073018dd142fab1c7b691da70143b7a59a9925774ad2cfc8e9dd60
hmac: 446b57f10122e64f67000e9d1319456425ef8b9472b4eaddc7da8ddc7814b9bb
...