diff --git a/fabfile.py b/fabfile.py index 6e2fabc..91318dd 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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')