minor change to fabfile

This commit is contained in:
mdipierro
2016-07-29 07:12:29 -05:00
parent 331216c2d4
commit a6b96ba85b
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
127.0.0.1 1 1468786268
Vendored
+1 -1
View File
@@ -124,7 +124,7 @@ def deploy(appname=None, all=False):
if all=='all' or not backup:
local('zip -r _update.zip * -x *~ -x .* -x \#* -x *.bak -x *.bak2')
else:
local('zip -r _update.zip */*.py views/*.html views/*/*.html static/*')
local('zip -r _update.zip */*.py */*/*.py views/*.html views/*/*.html static/*')
put('_update.zip','/tmp/_update.zip')
try: