forked from cerc-io/ipld-eth-server
apply feedback; update VDB_PATH and travis ci
This commit is contained in:
parent
138c333768
commit
27acf5ee37
@ -31,5 +31,5 @@ notifications:
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- bash ./pkg/transformers/stop_test_chain.sh
|
- bash ./pkg/transformers/stop_test_chain.sh
|
||||||
if: branch = master
|
if: branch = staging
|
||||||
- sup --debug staging deploy
|
- sup --debug staging deploy
|
||||||
|
6
Supfile
6
Supfile
@ -4,7 +4,7 @@ version: 0.5
|
|||||||
networks:
|
networks:
|
||||||
staging:
|
staging:
|
||||||
env:
|
env:
|
||||||
VDB_PATH: /root/go_projects/src/github.com/8thlight/vulcanizedb
|
VDB_PATH: /root/go_projects/src/github.com/vulcanize/vulcanizedb
|
||||||
VDB_PG_USER: vulcanize
|
VDB_PG_USER: vulcanize
|
||||||
VDB_PG_PW: vulcanize
|
VDB_PG_PW: vulcanize
|
||||||
hosts:
|
hosts:
|
||||||
@ -23,7 +23,7 @@ targets:
|
|||||||
commands:
|
commands:
|
||||||
remove:
|
remove:
|
||||||
desc: remove old vulcanizedb
|
desc: remove old vulcanizedb
|
||||||
run: rm -rf $VDB_PATH && rm -rf /usr/local/vulcanizedb
|
run: rm -rf $VDB_PATH && rm -rf /usr/local/vulcanizedb && mkdir $VDB_PATH
|
||||||
transfer:
|
transfer:
|
||||||
desc: transfer repo to remote server
|
desc: transfer repo to remote server
|
||||||
local: rsync -r . root@147.75.96.51:$VDB_PATH
|
local: rsync -r . root@147.75.96.51:$VDB_PATH
|
||||||
@ -35,7 +35,7 @@ commands:
|
|||||||
buildPostgraphile:
|
buildPostgraphile:
|
||||||
desc: build postgraphile express app
|
desc: build postgraphile express app
|
||||||
run: >
|
run: >
|
||||||
cd $VDB_PATH/postgraphile &&
|
cd $VDB_PATH/postgraphile &&
|
||||||
yarn install &&
|
yarn install &&
|
||||||
tsc
|
tsc
|
||||||
buildVDB:
|
buildVDB:
|
||||||
|
@ -6,7 +6,7 @@ password = "vulcanize"
|
|||||||
port = 5432
|
port = 5432
|
||||||
|
|
||||||
[client]
|
[client]
|
||||||
ipcPath = "https://covan.infura.io/J5Vd2fRtGsw0zZ0Ov3BL"
|
ipcPath = "https://kovan.infura.io/J5Vd2fRtGsw0zZ0Ov3BL"
|
||||||
|
|
||||||
[datadog]
|
[datadog]
|
||||||
name = "maker_vdb_staging"
|
name = "maker_vdb_staging"
|
||||||
|
Loading…
Reference in New Issue
Block a user