Skip to content
Snippets Groups Projects
Commit add9823b authored by Marc Feger's avatar Marc Feger
Browse files

Update .gitlab.ci to deploy the project only on main branch

parent 7ab673ba
No related branches found
No related tags found
1 merge request!1Merge feedingChickenWithChicken into main
Pipeline #75037 passed
......@@ -36,6 +36,8 @@ test:
- docker-compose -f docker-compose.ci.yml run web sh -c "poetry run python manage.py makemigrations && poetry run python manage.py migrate && poetry run python manage.py test core -v 2"
deploy:
only:
- main
stage: deploy
needs:
- test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment