env test
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-12-12 13:59:34 +01:00
parent 96c0af18dd
commit 8a2de5a44a

View File

@@ -12,7 +12,10 @@ trigger:
event:
include:
- push
environment:
DEPLOY_HOST: 'rechner.maketank.net'
steps:
- name: deploy
image: cr.wks/drone/drone-rsync:latest
@@ -36,6 +39,7 @@ steps:
key:
from_secret: ssh-www-data-maketank-rsa
script:
- echo "DEPLOYHOST: ${DEPLOY_HOST}"
- cd ~/froxlor-test && composer install --no-dev
- name: npm
image: appleboy/drone-ssh
@@ -46,4 +50,5 @@ steps:
key:
from_secret: ssh-www-data-maketank-rsa
script:
- echo "DEPLOYHOST: ${DEPLOY_HOST}"
- cd ~/froxlor-test && npm install && npm run build