scores/.woodpecker/publish index.yaml

17 lines
315 B
YAML

steps:
publish-on-s3:
image: plugins/s3
settings:
endpoint: https://storage.nemunai.re
path_style: true
bucket: scores
access_key:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
source: _list.html
target: /
when:
event: push