forked from MarseyWorld/MarseyWorld
4 lines
143 B
Bash
4 lines
143 B
Bash
|
cd /rDrama
|
||
|
git pull
|
||
|
. /env
|
||
|
gunicorn files.__main__:app -k gevent -w 3 --reload -b 0.0.0.0:5000 --max-requests 30000 --max-requests-jitter 10000
|