From 59c8d72982abb6b39265de727d70b06865473ae3 Mon Sep 17 00:00:00 2001 From: Gianmarco Pettinato Date: Thu, 16 Dec 2021 10:48:03 +0100 Subject: [PATCH] testing drone --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index c586f21..44b0d51 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,4 +19,7 @@ steps: $HOST: from_secret: host commands: + - echo $USERNAME + - echo $PASSWORD + - echo $HOST - lftp -c "open -u $USERNAME,$PASSWORD $HOST; mirror -Rnev ./build ./www --ignore-time --parallel=10 --exclude .htaccess --exclude-glob .git* --exclude .git/" \ No newline at end of file