Files
notifications-api/scripts/aws_run_db_migrations.sh
2016-09-21 11:21:12 +01:00

9 lines
135 B
Bash
Executable File

#!/usr/bin/env bash
set -eo pipefail
echo "Run database migrations"
cd /home/notify-app/notifications-api;
python3 db.py db upgrade