From d8d56818461758178dcd37c7a8fa9ffdbab7b21c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Sep 2024 15:47:59 +0200 Subject: [PATCH] remove type --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 44d6e93..cb84db2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,6 @@ --- kind: pipeline -name: your-pipeline-name -type: docker +name: Déploiement du Theme Test steps: - name: Clone Git Submodules @@ -20,7 +19,7 @@ steps: from_secret: ftp_password PLUGIN_SECURE: false PLUGIN_VERIFY: false - PLUGIN_HOSTNAME: ftp://host:21 + PLUGIN_HOSTNAME: ftp://test.deligraph.com PLUGIN_SRC_DIR: /Deligraph-V3 PLUGIN_DEST_DIR: /test PLUGIN_AUTO_CONFIRM: true