From 0e3e83d184915c10f2b396e7f5f05683d4b93fc1 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 12 Dec 2023 10:51:21 +0100 Subject: [PATCH] ssh test --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 10b1b0e3..4a215b61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,6 +37,7 @@ steps: key: from_secret: ssh-www-data-maketank-rsa script: - - cd ~/froxlor-test && composer install --no-dev - - cd ~/froxlor-test && npm install && npm run build + - echo "Hello World!" + #- cd ~/froxlor-test && composer install --no-dev + #- cd ~/froxlor-test && npm install && npm run build