Scripts/.woodpecker/.pages.yml
JFronny c788a90270
Some checks failed
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline failed
ci: try to work around changes in s3 plugin
2024-06-23 14:08:38 +02:00

18 lines
376 B
YAML

steps:
scripts:
image: woodpeckerci/plugin-s3
pull: true
settings:
bucket: pages
region: nebula
path-style: true
endpoint: https://s3.frohnmeyer-wds.de
access-key: pages
secret-key:
from-secret: pages_secret
source: static/**/*
target: /scripts
strip-prefix: static/
when:
- branch: master