master
Nick Sergeant 2011-11-01 22:46:59 -04:00
parent f68404f0af
commit 586ce1a498
1 changed files with 1 additions and 0 deletions

1
snipt/fabfile.py vendored
View File

@ -18,6 +18,7 @@ def deployapp(m):
except:
pass
try:
local('git add .')
local('git commit -a -m \'%s\'' % m)
except:
pass