diff --git a/.travis.yml b/.travis.yml index 441dec41..48812056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,5 +31,5 @@ notifications: after_script: - bash ./pkg/transformers/stop_test_chain.sh - if: branch = master + if: branch = staging - sup --debug staging deploy diff --git a/Supfile b/Supfile index 37c7f7d9..d729638c 100644 --- a/Supfile +++ b/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: diff --git a/environments/staging.toml b/environments/staging.toml index 1db54df5..1dbca002 100644 --- a/environments/staging.toml +++ b/environments/staging.toml @@ -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"