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