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