wip(production):生产环境部署

This commit is contained in:
zhengxinonly
2021-07-08 23:26:40 +08:00
parent d628432621
commit 4d6d998ae2
6 changed files with 533 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
cd /home/ubuntu/pear-admin-flask
source venv/bin/activate
exec gunicorn -c gunicorn.conf.py "applications:create_app('development')"