Add cic-eth and auxiliary contract seeding script

This commit is contained in:
Louis Holbrook
2021-02-10 07:03:11 +00:00
parent d636181479
commit 74e57b89ec
11 changed files with 276 additions and 38 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/bash
set -e
>&2 echo executing database migration
migrate.py -c /usr/local/etc/cic-eth --migrations-dir /usr/local/share/cic-eth/alembic -vv
set +e

View File

@@ -1,5 +1,6 @@
#!/bin/bash
set -e
. ./db.sh
# set CONFINI_ENV_PREFIX to override the env prefix to override env vars
@@ -27,3 +28,4 @@ while true; do
sleep 15;
done
set +e