mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-13 00:32:16 -05:00
9 lines
135 B
Bash
Executable File
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
|