Commit d25cd969 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Add Procfile for deploy from dokku

parent 92779f85
web: gunicorn cp_video.wsgi:application --bind 0.0.0.0:8000 web: gunicorn cp_video.wsgi:application
worker: celery -A cp_video worker -l INFO worker: celery -A cp_video worker -l INFO
beat: celery -A cp_video beat beat: celery -A cp_video beat
\ No newline at end of file release: django-admin migrate --no-input && django-admin collectstatic --no-input
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment