ci: try to work around changes in s3 plugin
Some checks failed
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline failed

This commit is contained in:
Johannes Frohnmeyer 2024-06-23 14:08:38 +02:00
parent 2f26c3ee2d
commit c788a90270
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -5,13 +5,13 @@ steps:
settings: settings:
bucket: pages bucket: pages
region: nebula region: nebula
path_style: true path-style: true
endpoint: https://s3.frohnmeyer-wds.de endpoint: https://s3.frohnmeyer-wds.de
access_key: pages access-key: pages
secret_key: secret-key:
from_secret: pages_secret from-secret: pages_secret
source: static/**/* source: static/**/*
target: /scripts target: /scripts
strip_prefix: static/ strip-prefix: static/
when: when:
- branch: master - branch: master