Compare commits
2 Commits
5b8e918f75
...
5bb228ce78
| Author | SHA1 | Date | |
|---|---|---|---|
| 5bb228ce78 | |||
| 804128280c |
17
.drone.yml
17
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user