From bacf267716e4ed9839829bd77c23c5a7dd187bcc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vegard=20Murvold=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no>
Date: Tue, 2 Mar 2021 11:08:12 +0100
Subject: [PATCH] Add new file

---
 Procfile | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 Procfile

diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000..ba06a6b
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,2 @@
+release: python manage.py migrate
+web: gunicorn secfit.wsgi --log-file -
-- 
GitLab