Scripts/.woodpecker/.pages.yml

16 lines
363 B
YAML

pipeline:
scripts:
image: woodpeckerci/plugin-s3
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