Files
notifications-api/scripts/aws_run_db_migrations.sh

9 lines
135 B
Bash
Raw Normal View History

2016-09-20 11:49:01 +01:00
#!/usr/bin/env bash
set -eo pipefail
echo "Run database migrations"
cd /home/notify-app/notifications-api;
python3 db.py db upgrade