Delete heroku.yml

This commit is contained in:
rjNemo 2019-12-04 16:42:47 +01:00 committed by GitHub
parent 976227bcc4
commit 5d787b2493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +0,0 @@
build:
docker:
web: Dockerfile
run:
web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"