From 2db1861f41ccf9e48986db03f41aa82810794689 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 27 Feb 2023 15:26:44 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 35fb2f5..092b853 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,10 +22,12 @@ steps: target: - /var/www/html/nicktrimborn.de/public_html/ source: - - ./public/* + - public/* username: "root" password: "R*Hc96Wb@v" trigger: - branch: - - master + event: + include: + - push + - pull_request