From 929a56232426735ee3753cd88fe2921019faca76 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 13 Dec 2023 12:36:50 +0100 Subject: [PATCH] env test 2 --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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