Fix fabfile

master
Nick Sergeant 2012-04-29 11:14:33 -04:00
parent f1d7f04b1a
commit a65ceecb48
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -14,7 +14,7 @@ def dep():
local('python manage.py collectstatic --ignore grappelli --ignore admin --noinput')
try:
local('git pull && ./get-last-commit-url.py')
local('git push && ./get-last-commit-url.py')
except:
pass