master
Nick Sergeant 2011-10-31 17:47:07 -04:00
parent 22a4b65165
commit 236d9f0c49
1 changed files with 1 additions and 1 deletions

2
snipt/fabfile.py vendored
View File

@ -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()