From 1bc8fdc4d7190c2ea418e6ce971960e31628cd42 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Sep 2024 15:43:55 +0200 Subject: [PATCH] updating ftp infos --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 073648f..44d6e93 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: Clone Git Submodules image: alpine/git commands: - # - git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git + # - git clone https://git.deligraph.be/Antoine/Deligraph-V3.git # - git submodule update --recursive --remote - touch salut.txt @@ -21,8 +21,8 @@ steps: PLUGIN_SECURE: false PLUGIN_VERIFY: false PLUGIN_HOSTNAME: ftp://host:21 - PLUGIN_SRC_DIR: /hugo/public/ - PLUGIN_DEST_DIR: /home/ftp_username + PLUGIN_SRC_DIR: /Deligraph-V3 + PLUGIN_DEST_DIR: /test PLUGIN_AUTO_CONFIRM: true PLUGIN_DEBUG: true PLUGIN_ONLY_NEWER: true