From e37687a85db1005620faac4eaa6397bc6ad160e6 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 13 Dec 2023 12:44:29 +0100 Subject: [PATCH] env test 3 --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index fdad72d3..b028af9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,10 +45,11 @@ steps: image: appleboy/drone-ssh settings: host: - - rechner02.maketank.net + - $DEPLOY_HOST username: www-data key: from_secret: ssh-www-data-maketank-rsa script: - - echo "DEPLOY_HOST $${DEPLOY_HOST}" - - cd ~/froxlor-test && npm install && npm run build + - hostname -f + #- echo "DEPLOY_HOST $${DEPLOY_HOST}" + #- cd ~/froxlor-test && npm install && npm run build