From 268ca91418ed3b979aece90f792b1bf2635cf748 Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao Date: Sat, 19 Feb 2022 01:08:53 +0100 Subject: [PATCH] updated .drone --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fe98df..9eee217 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,9 +22,16 @@ steps: files: Main.pdf when: 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: event: - - push - tag