Commit d029d3d440ecf45f643b72b62a2a7d8e1dddb23b
1 parent
a9356b41
Exists in
master
and in
39 other branches
Adding load_badges to fab deploy
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
fabfile.py
| @@ -81,6 +81,7 @@ def deploy(update=False): | @@ -81,6 +81,7 @@ def deploy(update=False): | ||
| 81 | if update: | 81 | if update: |
| 82 | update_requirements() | 82 | update_requirements() |
| 83 | 83 | ||
| 84 | + load_badges() | ||
| 84 | with cd('~/colab/src/'), prefix(WORKON_COLAB): | 85 | with cd('~/colab/src/'), prefix(WORKON_COLAB): |
| 85 | run('python manage.py syncdb') | 86 | run('python manage.py syncdb') |
| 86 | run('python manage.py migrate') | 87 | run('python manage.py migrate') |