Scripts/.woodpecker/.pages.yml

17 lines
375 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