diff --git a/fabfile.py b/fabfile.py index 22eb4cee8948398ba7a93de88ce0ef7637e46ae2..35c0785fd62f59d506befe52c48f695147ae4cda 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''')