Scripts/.woodpecker/.pages.yml

15 lines
335 B
YAML
Raw Normal View History

pipeline:
scripts:
image: woodpeckerci/plugin-s3
settings:
2022-10-27 23:16:50 +02:00
bucket: pages
region: nebula
2022-10-27 23:19:49 +02:00
path_style: true
2022-10-27 23:32:23 +02:00
endpoint: https://s3.frohnmeyer-wds.de:444/
access_key: pages
secret_key:
from_secret: pages_secret
source: static
target: /scripts
when:
- branch: master