This commit is contained in:
@@ -15,6 +15,7 @@ trigger:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
DEPLOY_HOST: rechner.maketank.net
|
DEPLOY_HOST: rechner.maketank.net
|
||||||
|
DEPLOY_DIR: ~/froxlor-test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
@@ -49,5 +50,5 @@ steps:
|
|||||||
key:
|
key:
|
||||||
from_secret: ssh-www-data-maketank-rsa
|
from_secret: ssh-www-data-maketank-rsa
|
||||||
script:
|
script:
|
||||||
- echo "DEPLOY_HOST $DEPLOY_HOST"
|
- echo "DEPLOY_HOST ${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