npm and compose
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-12-12 13:48:08 +01:00
parent 804128280c
commit 5bb228ce78

View File

@@ -28,7 +28,7 @@ steps:
from_secret: ssh-www-data-maketank-rsa
command_timeout: 10m
- name: compose-npm
- name: compose
image: appleboy/drone-ssh
settings:
host:
@@ -38,5 +38,13 @@ steps:
from_secret: ssh-www-data-maketank-rsa
script:
- cd ~/froxlor-test && composer install --no-dev
- name: npm
image: appleboy/drone-ssh
settings:
host:
- rechner02.maketank.net
username: www-data
key:
from_secret: ssh-www-data-maketank-rsa
script:
- cd ~/froxlor-test && npm install && npm run build