From 301cc77e6a2c75a24be9d123982ffc644a580cba Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 12 Jan 2013 23:14:14 +0100 Subject: [PATCH] web: make "push" work on a partial git repo --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 77bbfc3f..6bc1e737 100644 --- a/fabfile.py +++ b/fabfile.py @@ -71,5 +71,5 @@ def build(): def push(): """Push production content to remote locations""" - local("git push github gh-pages") - local("git push ace.luffy.cx gh-pages") + local("git push origin gh-pages") + local("git push origin website") -- 2.39.5