From 9fd8c12bc0728a00987224d5c7966d44017e8742 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Tue, 30 Jun 2020 17:38:08 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index b57e3d4..6c461bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,10 @@ steps: commands: - which lftp || ( apk --update add lftp ) - lftp -e "set ftp:ssl-force true; set ssl:verify-certificate no; mirror -R ./dist/ dev.sp-codes.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST + when: + event: + exclude: + - pull_request trigger: branch: @@ -48,6 +52,10 @@ steps: commands: - which lftp || ( apk --update add lftp ) - lftp -e "set ftp:ssl-force true; set ssl:verify-certificate no; mirror -R ./dist/ sp-codes.de/; bye" -u $FTP_USERNAME,$FTP_PASSWORD $FTP_HOST + when: + event: + exclude: + - pull_request trigger: branch: