Add release-tasks.sh

This commit is contained in:
Andros Fenollosa 2021-07-14 17:31:26 +02:00
parent 005c81a9dd
commit da8bb7cd07
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,2 @@
release: python3 manage.py migrate release: ./release-tasks.sh
web: gunicorn project.wsgi web: gunicorn project.wsgi

2
release-tasks.sh Normal file
View File

@ -0,0 +1,2 @@
python3 manage.py migrate
python3 manage.py runscript create_books