This commit is contained in:
parent
ab6e0becdc
commit
f82edc9c60
1 changed files with 14 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue