site/.woodpecker.yaml

18 lines
383 B
YAML
Raw Normal View History

steps:
- name: upload
when:
branch:
- preprod
image: plugins/s3
settings:
bucket: preprod-site
endpoint: https://garage.deuxfleurs.fr
region: garage
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: static/**/*
target: /
strip_prefix: static/