This commit is contained in:
parent
d042daa7e0
commit
ccaad42aed
24
.drone.yml
24
.drone.yml
|
|
@ -1,10 +1,22 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: simple
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: hello
|
- name: master_build
|
||||||
image: alpine
|
image: cschlosser/drone-ftps
|
||||||
commands:
|
environment:
|
||||||
- echo "Hello, World!"
|
FTP_USERNAME:
|
||||||
- echo "salut, 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