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

trying again

parent 3b5bc146
No related branches found
No related tags found
5 merge requests!9Error 1,!7Boundary tests,!6Task 2 coverage test,!5Task 2 coverage test,!3Google calendar
...@@ -10,8 +10,16 @@ test: ...@@ -10,8 +10,16 @@ test:
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py test - python manage.py test
staging: staging:
stage: staging
script:
- echo “Deploying the app”
- pip install docker-compose
- docker-compose build
- docker-compose up -d
development:
type: deploy type: deploy
image: ruby image: ruby
script: script:
......
web: python backend/secfit/manage.py runserver 0.0.0.0:$PORT
\ No newline at end of file
build: build:
docker: docker:
web: Dockerfile web: Dockerfile
run:
web: python backend/secfit/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