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