Deploy on OVH
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2025-03-03 13:53:44 +01:00
parent ab6e0becdc
commit f82edc9c60

View file

@ -33,6 +33,20 @@ steps:
exclude:
- master
deploy-on-ovh:
image: nemunaire/drone-ftps
settings:
hostname: ftp.cluster021.hosting.ovh.net
ftp_username:
from_secret: ovh_ftp_username
ftp_password:
from_secret: ovh_ftp_password
clean_dir: true
pre_action: 'ftp:passive-mode true'
secure: false
src_dir: /public/
dest_dir: /www/
publish-on-s3:
image: plugins/s3
settings: