update Supfile; kicking off staging build

This commit is contained in:
Taka Goto 2018-09-19 12:45:57 -05:00
parent 296b7aab72
commit 6ffc2fd727

View File

@ -33,7 +33,7 @@ commands:
cd $VDB_PATH && cd $VDB_PATH &&
/root/go_projects/bin/migrate -database postgresql://$VDB_PG_USER:$VDB_PG_PW@127.0.0.1:5432/vulcanize_public?sslmode=disable -path ./db/migrations up /root/go_projects/bin/migrate -database postgresql://$VDB_PG_USER:$VDB_PG_PW@127.0.0.1:5432/vulcanize_public?sslmode=disable -path ./db/migrations up
buildPostgraphile: buildPostgraphile:
desc: build postgraphile express app desc: build postgraphile app
run: > run: >
cd $VDB_PATH/postgraphile && cd $VDB_PATH/postgraphile &&
yarn install && yarn install &&