From 39b167a4c0d3a5800dae4acd0f931efc80142878 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 31 Aug 2013 12:43:57 +0200 Subject: [PATCH] update requirements was on a wrong dir path --- fabfile.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 56237a6..eec6cee 100644 --- a/fabfile.py +++ b/fabfile.py @@ -64,9 +64,10 @@ def deploy(update=False): with cd('~/colab/src/'), prefix(WORKON_COLAB): run('git pull') - if update: - update_requirements() + if update: + update_requirements() + with cd('~/colab/src/'), prefix(WORKON_COLAB): run('python manage.py syncdb') run('python manage.py migrate') run('python manage.py collectstatic --noinput') -- libgit2 0.21.2