Update .gitlab-ci.yml file

This commit is contained in:
Ataxya 2021-10-28 09:45:56 +00:00
parent 8a304d66bd
commit 4abcd2bfd0

View File

@ -15,7 +15,7 @@ build:
- virtualenv -p python3 venv - virtualenv -p python3 venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
- python manage.py seed_db << echo "y" - python manage.py seed_db < echo "y"
deploy: deploy:
stage: deploy stage: deploy