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

This commit is contained in:
2023-12-13 12:36:50 +01:00
parent 3704cf6621
commit 929a562324

View File

@@ -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