master
Nick Sergeant 2011-10-23 23:17:22 -04:00
parent fb37cec09b
commit 02a16267cc
1 changed files with 1 additions and 1 deletions

2
snipt/fabfile.py vendored
View File

@ -13,5 +13,5 @@ def deployall():
deployapp() deployapp()
def deployapp(): def deployapp():
local('hgp') local('hg push')
local('hg push-heroku') local('hg push-heroku')