This commit is contained in:
@@ -45,10 +45,11 @@ steps:
|
|||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
- rechner02.maketank.net
|
- $DEPLOY_HOST
|
||||||
username: www-data
|
username: www-data
|
||||||
key:
|
key:
|
||||||
from_secret: ssh-www-data-maketank-rsa
|
from_secret: ssh-www-data-maketank-rsa
|
||||||
script:
|
script:
|
||||||
- echo "DEPLOY_HOST $${DEPLOY_HOST}"
|
- hostname -f
|
||||||
- cd ~/froxlor-test && npm install && npm run build
|
#- echo "DEPLOY_HOST $${DEPLOY_HOST}"
|
||||||
|
#- cd ~/froxlor-test && npm install && npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user