Scripts/.woodpecker/.pages.yml

16 lines
363 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-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
2022-10-28 00:10:23 +02:00
strip_prefix: static/
when:
- branch: master