test cicd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2024-09-24 16:30:43 +02:00
parent 8ae2c569b5
commit 8699ae393d

View File

@ -9,19 +9,18 @@ steps:
- pwd
- ls
- name: master_build
- name: Deploy to FTP server
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: ftp_username
FTP_PASSWORD:
from_secret: ftp_password
PLUGIN_HOSTNAME: test.deligraph.com:22
PLUGIN_DEST_DIR: /test
PLUGIN_SECURE: false
PLUGIN_VERIFY: false
when:
branch:
- main
event:
- push
PLUGIN_HOSTNAME: ftp://test.deligraph.com
PLUGIN_SRC_DIR: ./
PLUGIN_DEST_DIR: /test
PLUGIN_AUTO_CONFIRM: true
PLUGIN_DEBUG: true
PLUGIN_ONLY_NEWER: true