This commit is contained in:
parent
b0fdd5e7da
commit
6128996b79
23
.drone.yml
23
.drone.yml
|
|
@ -1,22 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: simple
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: master_build
|
- name: hello
|
||||||
image: cschlosser/drone-ftps
|
image: alpine
|
||||||
environment:
|
commands:
|
||||||
FTP_USERNAME:
|
- echo "Hello, World!"
|
||||||
from_secret: ftp_username
|
|
||||||
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
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user