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:
- pip install -r requirements.txt
- python manage.py test
staging:
stage: staging
script:
- echo “Deploying the app”
- pip install docker-compose
- docker-compose build
- docker-compose up -d
development:
type: deploy
image: ruby
script:
......
web: python backend/secfit/manage.py runserver 0.0.0.0:$PORT
\ No newline at end of file
build:
docker:
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