updated .drone
This commit is contained in:
parent
ca17d78e53
commit
268ca91418
@ -22,9 +22,16 @@ steps:
|
|||||||
files: Main.pdf
|
files: Main.pdf
|
||||||
when:
|
when:
|
||||||
event: tag
|
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$
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user