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