From ccbc3286a54c77647be3c3532cec6761ce7ddbe2 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 13 Dec 2023 12:39:58 +0100 Subject: [PATCH] env test 2 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9c76f737..fdad72d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: source: ./ target: ~/froxlor-test user: www-data - exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml'] + exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml', 'node_modules'] args: '-v --delete' log_level: quiet key: @@ -50,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