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