diff --git a/snipt/fabfile.py b/snipt/fabfile.py index c0c9c2f..9bb8ad8 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -22,7 +22,7 @@ def deployapp(m): except: pass local('hg push') - local('git push heroku') + local('git push -f heroku') def deploy(m): staticfiles()