diff --git a/snipt/fabfile.py b/snipt/fabfile.py index 72517fc..2a3a7f1 100644 --- a/snipt/fabfile.py +++ b/snipt/fabfile.py @@ -18,6 +18,7 @@ def deployapp(m): except: pass try: + local('git add .') local('git commit -a -m \'%s\'' % m) except: pass