Merge pull request #29 from 8thlight/update-deploy

update deploy to run two vulcanizedb service in parallel
This commit is contained in:
Takayuki Goto 2018-09-19 12:02:56 -05:00 committed by GitHub
commit fd38313e59

View File

@ -47,7 +47,7 @@ commands:
cp -r . /usr/local/vulcanizedb
lightSync:
desc: start vdb light sync
run: systemctl daemon-reload && sudo systemctl restart vulcanizedb.service
run: systemctl daemon-reload && sudo systemctl restart vulcanizedb_light_sync.service && sudo systemctl restart vulcanizedb_log_sync.service
postgraphile:
desc: start postgraphile
run: systemctl daemon-reload && sudo systemctl restart postgraphile.service