updated .drone
This commit is contained in:
parent
268ca91418
commit
a8134cd706
18
.drone.yml
18
.drone.yml
@ -24,12 +24,18 @@ steps:
|
|||||||
event: tag
|
event: tag
|
||||||
- name: pushftp
|
- name: pushftp
|
||||||
image: cschlosser/drone-ftps
|
image: cschlosser/drone-ftps
|
||||||
hostname: nareshkumarrao.com
|
environment:
|
||||||
secrets: [ ftp_username, ftp_password ]
|
PLUGIN_HOSTNAME: nareshkumarrao.com:21
|
||||||
secure: true
|
FTP_USERNAME:
|
||||||
dest_dir: master_thesis
|
from_secret: ftp_username
|
||||||
include:
|
FTP_PASSWORD:
|
||||||
- ^Main.pdf$
|
from_secret: ftp_password
|
||||||
|
PLUGIN_SECURE: false
|
||||||
|
PLUGIN_DEST_DIR: master_thesis
|
||||||
|
PLUGIN_INCLUDE:
|
||||||
|
- ^Main.pdf$
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user