Compare commits

...

2 Commits

Author SHA1 Message Date
5bb228ce78 npm and compose
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-12 13:48:08 +01:00
804128280c npm and compose 2023-12-12 13:47:32 +01:00

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:
@@ -37,7 +37,14 @@ steps:
key:
from_secret: ssh-www-data-maketank-rsa
script:
- echo "Hello World! Yes!"
#- cd ~/froxlor-test && composer install --no-dev
#- cd ~/froxlor-test && npm install && npm run build
- 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