mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 02:32:32 -05:00
8 lines
159 B
Bash
8 lines
159 B
Bash
|
|
#!/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
|