Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e43ed59e11 | |||
a8134cd706 | |||
268ca91418 |
14
.drone.yml
14
.drone.yml
@ -22,9 +22,21 @@ steps:
|
||||
files: Main.pdf
|
||||
when:
|
||||
event: tag
|
||||
- name: pushftp
|
||||
image: cschlosser/drone-ftps
|
||||
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:
|
||||
- push
|
||||
- tag
|
||||
|
||||
|
Reference in New Issue
Block a user