1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-07 19:36:54 +00:00
now-playing/.woodpecker.yaml
Tixie 2707ebb45a
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Migration to Deuxfleurs infrastructure (#6)
2024-04-23 23:37:33 +02:00

26 lines
561 B
YAML

steps:
- name: build hugo
image: alpine:3.19.1
commands:
- apk update
- apk add hugo
- hugo -b 'https://music.guerilla.studio'
- name: upload
when:
branch:
- main
image: plugins/s3
settings:
bucket: music.guerilla.studio
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/
path_style: true