Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e43ed59e11 | |||
a8134cd706 |
17
.drone.yml
17
.drone.yml
@ -24,12 +24,17 @@ steps:
|
||||
event: tag
|
||||
- name: pushftp
|
||||
image: cschlosser/drone-ftps
|
||||
hostname: nareshkumarrao.com
|
||||
secrets: [ ftp_username, ftp_password ]
|
||||
secure: true
|
||||
dest_dir: master_thesis
|
||||
include:
|
||||
- ^Main.pdf$
|
||||
environment:
|
||||
PLUGIN_HOSTNAME: nareshkumarrao.com:21
|
||||
FTP_USERNAME:
|
||||
from_secret: ftp_username
|
||||
FTP_PASSWORD:
|
||||
from_secret: ftp_password
|
||||
PLUGIN_SECURE: false
|
||||
PLUGIN_DEST_DIR: master_thesis
|
||||
PLUGIN_INCLUDE: ^Main.pdf$
|
||||
when:
|
||||
event: tag
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
Reference in New Issue
Block a user