env test 3
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-13 12:46:20 +01:00
parent e37687a85d
commit f2643ac887

View File

@@ -45,11 +45,9 @@ steps:
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host:
- $DEPLOY_HOST - rechner02.maketank.net
username: www-data username: www-data
key: key:
from_secret: ssh-www-data-maketank-rsa from_secret: ssh-www-data-maketank-rsa
script: script:
- hostname -f - cd ~/froxlor-test && npm install && npm run build
#- echo "DEPLOY_HOST $${DEPLOY_HOST}"
#- cd ~/froxlor-test && npm install && npm run build