This commit is contained in:
parent
ccaad42aed
commit
8ae2c569b5
|
|
@ -3,6 +3,12 @@ type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
|
|
||||||
- name: master_build
|
- name: master_build
|
||||||
image: cschlosser/drone-ftps
|
image: cschlosser/drone-ftps
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -11,7 +17,6 @@ steps:
|
||||||
FTP_PASSWORD:
|
FTP_PASSWORD:
|
||||||
from_secret: ftp_password
|
from_secret: ftp_password
|
||||||
PLUGIN_HOSTNAME: test.deligraph.com:22
|
PLUGIN_HOSTNAME: test.deligraph.com:22
|
||||||
PLUGIN_SRC_DIR: ./
|
|
||||||
PLUGIN_DEST_DIR: /test
|
PLUGIN_DEST_DIR: /test
|
||||||
PLUGIN_SECURE: false
|
PLUGIN_SECURE: false
|
||||||
PLUGIN_VERIFY: false
|
PLUGIN_VERIFY: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user