Don't publish on local s3 anymore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
nemunaire 2025-03-05 02:52:59 +01:00
parent f82edc9c60
commit a98c29174c

View file

@ -1,12 +1,3 @@
branches:
exclude:
- renovate/*
when:
event:
- cron
- push
- tag
clone:
git:
image: woodpeckerci/plugin-git
@ -46,17 +37,9 @@ steps:
secure: false
src_dir: /public/
dest_dir: /www/
publish-on-s3:
image: plugins/s3
settings:
endpoint: https://storage.nemunai.re
path_style: true
bucket: nemunai.re-blog
access_key:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
source: public/**/*
strip_prefix: public/
target: "/${CI_COMMIT_BRANCH//\\//-}"
when:
- branch: master
event:
- cron
- push
- tag