test ftp cicd
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Antoine M 2024-09-24 15:56:47 +02:00
parent d8d5681846
commit fcbb6aacfd

View File

@ -9,6 +9,7 @@ steps:
# - git clone https://git.deligraph.be/Antoine/Deligraph-V3.git # - git clone https://git.deligraph.be/Antoine/Deligraph-V3.git
# - git submodule update --recursive --remote # - git submodule update --recursive --remote
- touch salut.txt - touch salut.txt
- echo "salut"
- name: Deploy to FTP server - name: Deploy to FTP server
image: cschlosser/drone-ftps image: cschlosser/drone-ftps
@ -19,7 +20,7 @@ steps:
from_secret: ftp_password from_secret: ftp_password
PLUGIN_SECURE: false PLUGIN_SECURE: false
PLUGIN_VERIFY: false PLUGIN_VERIFY: false
PLUGIN_HOSTNAME: ftp://test.deligraph.com PLUGIN_HOSTNAME: test.deligraph.com
PLUGIN_SRC_DIR: /Deligraph-V3 PLUGIN_SRC_DIR: /Deligraph-V3
PLUGIN_DEST_DIR: /test PLUGIN_DEST_DIR: /test
PLUGIN_AUTO_CONFIRM: true PLUGIN_AUTO_CONFIRM: true