From fcbb6aacfde7f1463f1f46766cd5b7b214463c7d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Sep 2024 15:56:47 +0200 Subject: [PATCH] test ftp cicd --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cb84db2..a65cf55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: # - git clone https://git.deligraph.be/Antoine/Deligraph-V3.git # - git submodule update --recursive --remote - touch salut.txt + - echo "salut" - name: Deploy to FTP server image: cschlosser/drone-ftps @@ -19,7 +20,7 @@ steps: from_secret: ftp_password PLUGIN_SECURE: false PLUGIN_VERIFY: false - PLUGIN_HOSTNAME: ftp://test.deligraph.com + PLUGIN_HOSTNAME: test.deligraph.com PLUGIN_SRC_DIR: /Deligraph-V3 PLUGIN_DEST_DIR: /test PLUGIN_AUTO_CONFIRM: true