Jake Howard 2 anni fa
parent
commit
4bba28ed11
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      heroku.yml

+ 9 - 0
heroku.yml

@@ -0,0 +1,9 @@
+build:
+  docker:
+    web:
+      dockerfile: Dockerfile
+
+release:
+  image: web
+  command:
+    - /venv/bin/python manage.py migrate --noinput