From f5a02552504ed39deea7fd7ad7b145a6a3d173a0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Aug 2014 19:58:21 +0300
Subject: [PATCH] 	modified:   fabfile.py

---
 fabfile.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/fabfile.py b/fabfile.py
index 22eb4ce..35c0785 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -22,3 +22,7 @@ def clean ():
         debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log\
         debian/dcpman debian/files''')
         local ('''rm fabfile.pyc''')
+
+@task
+def push ():
+    local ('''git push --all gitweb''')
-- 
GitLab