Removes duplicate update command
This commit is contained in:
parent
584da682ee
commit
6a7c38003d
1 changed files with 0 additions and 7 deletions
7
bw-dev
7
bw-dev
|
@ -85,13 +85,6 @@ case "$CMD" in
|
|||
runweb python manage.py collectstatic --no-input
|
||||
docker-compose up -d
|
||||
;;
|
||||
update)
|
||||
git pull
|
||||
docker-compose build
|
||||
runweb python manage.py migrate
|
||||
runweb python manage.py collectstatic --no-input
|
||||
docker-compose up -d
|
||||
;;
|
||||
populate_streams)
|
||||
runweb python manage.py populate_streams "$@"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue