This commit is contained in:
parent
8ae2c569b5
commit
8699ae393d
15
.drone.yml
15
.drone.yml
|
|
@ -9,19 +9,18 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- ls
|
- ls
|
||||||
|
|
||||||
- name: master_build
|
- name: Deploy to FTP server
|
||||||
image: cschlosser/drone-ftps
|
image: cschlosser/drone-ftps
|
||||||
environment:
|
environment:
|
||||||
FTP_USERNAME:
|
FTP_USERNAME:
|
||||||
from_secret: ftp_username
|
from_secret: ftp_username
|
||||||
FTP_PASSWORD:
|
FTP_PASSWORD:
|
||||||
from_secret: ftp_password
|
from_secret: ftp_password
|
||||||
PLUGIN_HOSTNAME: test.deligraph.com:22
|
|
||||||
PLUGIN_DEST_DIR: /test
|
|
||||||
PLUGIN_SECURE: false
|
PLUGIN_SECURE: false
|
||||||
PLUGIN_VERIFY: false
|
PLUGIN_VERIFY: false
|
||||||
when:
|
PLUGIN_HOSTNAME: ftp://test.deligraph.com
|
||||||
branch:
|
PLUGIN_SRC_DIR: ./
|
||||||
- main
|
PLUGIN_DEST_DIR: /test
|
||||||
event:
|
PLUGIN_AUTO_CONFIRM: true
|
||||||
- push
|
PLUGIN_DEBUG: true
|
||||||
|
PLUGIN_ONLY_NEWER: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user