mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 01:02:09 -05:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
|
|
flask db upgrade
|
|
fi
|
|
|
|
gunicorn -c ${HOME}/gunicorn_config.py application
|