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

This commit is contained in:
2023-12-13 12:39:58 +01:00
parent 929a562324
commit ccbc3286a5

View File

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