This commit is contained in:
@@ -13,6 +13,9 @@ trigger:
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user