Rohit-NGO/Procfile
Josue Gomez 88d06962fd
All checks were successful
continuous-integration/drone/push Build is passing
added deployment configuration
2020-06-27 03:15:46 -06:00

2 lines
84 B
Plaintext

web: gunicorn --bind 0.0.0.0:8000 --workers=1 --threads=15 heroine.wsgi:application