This commit is contained in:
@@ -25,7 +25,7 @@ steps:
|
|||||||
source: ./
|
source: ./
|
||||||
target: ~/froxlor-test
|
target: ~/froxlor-test
|
||||||
user: www-data
|
user: www-data
|
||||||
exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml']
|
exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml', 'node_modules']
|
||||||
args: '-v --delete'
|
args: '-v --delete'
|
||||||
log_level: quiet
|
log_level: quiet
|
||||||
key:
|
key:
|
||||||
@@ -50,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