From 1ecef1f94634e47e20dc87811f9938c83133824f Mon Sep 17 00:00:00 2001
From: Pernille Welle-Watne <perniww@online.no>
Date: Mon, 22 Feb 2021 17:36:49 +0100
Subject: [PATCH] test

---
 heruko.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/heruko.yml b/heruko.yml
index ba12227..fd79171 100644
--- a/heruko.yml
+++ b/heruko.yml
@@ -2,4 +2,10 @@ build:
   docker:
     web: Dockerfile
   run:
-     web:
\ No newline at end of file
+    context: backend/secfit
+     web: python manage.py runserver 0.0.0.0:$PORT
+  release:
+    image: web
+    command:
+      - cd backend/secfit
+      - python manage.py collectstatic --noinput
\ No newline at end of file
-- 
GitLab