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