Scripts/.woodpecker/.pages.yml

18 lines
376 B
YAML
Raw Normal View History

2023-12-07 19:06:56 +01:00
steps:
scripts:
image: woodpeckerci/plugin-s3
2023-12-07 19:06:56 +01:00
pull: true
settings:
2022-10-27 23:16:50 +02:00
bucket: pages
region: nebula
path-style: true
2022-10-28 00:03:53 +02:00
endpoint: https://s3.frohnmeyer-wds.de
access-key: pages
secret-key:
from-secret: pages_secret
2022-10-27 23:58:44 +02:00
source: static/**/*
target: /scripts
strip-prefix: static/
when:
- branch: master