Compare commits

..

2 Commits

Author SHA1 Message Date
80f4bb1502 Update themes/hugo-theme-relearn digest to effc1ba
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-03-05 01:56:24 +00:00
823fdcf446 Don't push to local s3 anymore
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-03-05 02:39:09 +01:00

View File

@ -15,17 +15,3 @@ steps:
image: registry.nemunai.re/plugins/hugo
settings:
hugo_version: 0.126.0
publish-on-s3:
image: plugins/s3
settings:
endpoint: https://storage.nemunai.re
path_style: true
bucket: happydomain-help
access_key:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
source: public/**/*
strip_prefix: public/
target: "/${CI_COMMIT_BRANCH//\\//-}"