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