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

This commit is contained in:
Robert Kaussow 2022-07-26 14:47:52 +02:00
parent 4eac4e6035
commit 9f1c0c39d2
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: add87029392e8edc5500bf1753c41a2812adbaef5ab45e1da01e62cc258e7de3
hmac: fdc815dd75d3fa8ef72dac9840ba54ae3f1f071c7cf1b004bed565648d3a85ff
...