This commit is contained in:
parent
25b68e7621
commit
901d82eb79
1 changed files with 10 additions and 11 deletions
|
@ -38,6 +38,7 @@ steps:
|
||||||
- npm test
|
- npm test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
|
settings:
|
||||||
hosts:
|
hosts:
|
||||||
- jshaver.net
|
- jshaver.net
|
||||||
user: deploy
|
user: deploy
|
||||||
|
@ -46,6 +47,4 @@ steps:
|
||||||
source: ./
|
source: ./
|
||||||
target: /var/www/jshaver_net/stage
|
target: /var/www/jshaver_net/stage
|
||||||
args:
|
args:
|
||||||
- "--files-from=./deploy-list.txt"
|
- "--files-from=deploy-list.txt"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue