Skip to content

Instantly share code, notes, and snippets.

@arthurarty
Created November 18, 2019 13:09
Show Gist options
  • Save arthurarty/49ffec56caefe001da3ee6e5b0e883e2 to your computer and use it in GitHub Desktop.
Save arthurarty/49ffec56caefe001da3ee6e5b0e883e2 to your computer and use it in GitHub Desktop.
A procfile that includes making migrations.
web: gunicorn vbp.wsgi
release: python manage.py makemigrations --noinput && python manage.py migrate --noinput
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment