Don't push on local s3 anymore
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2025-03-05 02:41:00 +01:00
parent fe8d3de009
commit a6cac31ec2

View File

@ -19,21 +19,13 @@ steps:
ftp_password: ftp_password:
from_secret: ovh_ftp_password from_secret: ovh_ftp_password
clean_dir: true clean_dir: true
pre_action: 'ftp:passive-mode true' pre_action: 'set ftp:passive-mode true'
secure: false secure: false
src_dir: /public/ src_dir: /public/
dest_dir: /www/ dest_dir: /www/
when:
publish-on-s3: - branch: master
image: woodpeckerci/plugin-s3 event:
settings: - cron
endpoint: https://storage.nemunai.re - push
path_style: true - tag
bucket: happydomain-htdocs
access_key:
from_secret: s3_access_key
secret_key:
from_secret: s3_secret_key
source: public/**/*
strip_prefix: public/
target: "/${CI_COMMIT_BRANCH//\\//-}"