This commit is contained in:
parent
d8d5681846
commit
fcbb6aacfd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user