This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user