Remove run_app_paas script

This commit is contained in:
Ryan Ahearn
2022-11-29 14:19:32 -05:00
parent 286400aa18
commit fa8707f802
3 changed files with 3 additions and 76 deletions

View File

@@ -4,4 +4,4 @@ if [[ $CF_INSTANCE_INDEX -eq 0 ]]; then
flask db upgrade
fi
${HOME}/scripts/run_app_paas.sh gunicorn -c ${HOME}/gunicorn_config.py application
gunicorn -c ${HOME}/gunicorn_config.py application