Skip to content
Snippets Groups Projects
Commit 8c578aab authored by Zack Wong's avatar Zack Wong
Browse files

Update .gitlab-ci.yml

parent 2c8af235
Branches
1 merge request!4Coffee testing
...@@ -20,6 +20,7 @@ deploy_test: ...@@ -20,6 +20,7 @@ deploy_test:
- test - test
script: script:
- echo "Deploy to test" - echo "Deploy to test"
- rm -f /var/www/test/$CI_COMMIT_REF_NAME
- ln -s . /var/www/test/$CI_COMMIT_REF_NAME - ln -s . /var/www/test/$CI_COMMIT_REF_NAME
- python src/manage.py makemigrations - python src/manage.py makemigrations
- python src/manage.py migrate --run-syncdb - python src/manage.py migrate --run-syncdb
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment