Skip to content
Snippets Groups Projects
Commit 1ecef1f9 authored by Pernille Welle-Watne's avatar Pernille Welle-Watne
Browse files

test

parent 206a9d41
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,10 @@ build: ...@@ -2,4 +2,10 @@ build:
docker: docker:
web: Dockerfile web: Dockerfile
run: run:
web: context: backend/secfit
\ No newline at end of file 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment