distorsion.interhacker.space/.woodpecker.yml
2025-01-24 23:25:48 +01:00

21 lines
487 B
YAML

steps:
- name: build
image: alpine:3.17.2
commands:
- apk update
- apk add hugo
- hugo --config ./hugo.toml
- name: upload
image: plugins/s3
settings:
bucket: distorsion.interhacker.space
endpoint: https://garage.deuxfleurs.fr
region: garage
access_key:
from_secret: aws_access_key_id
secret_key:
from_secret: aws_secret_access_key
source: public/**/*
target: /
strip_prefix: public/