diff --git a/.drone.yml b/.drone.yml index 9426d0c1..9c76f737 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ trigger: environment: DEPLOY_HOST: rechner.maketank.net + DEPLOY_DIR: ~/froxlor-test steps: - name: deploy @@ -49,5 +50,5 @@ steps: key: from_secret: ssh-www-data-maketank-rsa script: - - echo "DEPLOY_HOST $DEPLOY_HOST" + - echo "DEPLOY_HOST ${DEPLOY_HOST}" - cd ~/froxlor-test && npm install && npm run build