mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
change app to core imports
This commit is contained in:
parent
e0ee4eade7
commit
9680e291dc
@ -2,6 +2,6 @@
|
||||
|
||||
|
||||
echo "starting the bot"
|
||||
cd /opt/mosgortrans \
|
||||
cd /opt/mosgortrans/app \
|
||||
&& source /home/balsh/.cache/pypoetry/virtualenvs/mosgortrans-3eZxMcY3-py3.10/bin/activate \
|
||||
&& gunicorn app.main:create_app --bind prod-server.lan:8084 --worker-class aiohttp.GunicornWebWorker
|
||||
&& gunicorn main:create_app --bind prod-server.lan:8084 --worker-class aiohttp.GunicornWebWorker
|
Loading…
x
Reference in New Issue
Block a user