This commit is contained in:
@@ -25,7 +25,7 @@ steps:
|
||||
source: ./
|
||||
target: ~/froxlor-test
|
||||
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'
|
||||
log_level: quiet
|
||||
key:
|
||||
@@ -50,5 +50,5 @@ steps:
|
||||
key:
|
||||
from_secret: ssh-www-data-maketank-rsa
|
||||
script:
|
||||
- echo "DEPLOY_HOST ${DEPLOY_HOST}"
|
||||
- echo "DEPLOY_HOST $${DEPLOY_HOST}"
|
||||
- cd ~/froxlor-test && npm install && npm run build
|
||||
|
||||
Reference in New Issue
Block a user