Fix fabfile

master
Nick Sergeant 2012-03-13 00:01:56 -04:00
parent 197c5288fc
commit 339b76e935
1 changed files with 1 additions and 1 deletions

2
fabfile.py vendored
View File

@ -13,9 +13,9 @@ def deploy(m):
try:
local("hg commit -m '{}'".format(m))
local('hg push')
except:
pass
local('hg push')
with cd(env.site_path):
run('hg pull -u')