updated
Some checks failed
Deploy to Production / build-and-deploy (push) Failing after 1m21s

This commit is contained in:
A'zamov Samandar
2025-11-05 18:09:42 +05:00
parent 7d1589c786
commit 8d78aa92bd

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
gunicorn config.wsgi:application -k gevent gunicorn config.wsgi:application -k gevent -b 0.0.0.0:8000
exit $? exit $?