From 87f257e86107a12249f858d61a698a1b9d5d50f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Mon, 12 Oct 2009 21:28:11 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20komentarzy=20w=20fabfile=20(wyra?= =?utf8?q?=C5=BAne=20oddzielenie=20sekcji=20konfiguracyjnej).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- fabfile.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fabfile.py b/fabfile.py index 0f44d3887..d6b8ef71a 100644 --- a/fabfile.py +++ b/fabfile.py @@ -3,13 +3,15 @@ from fabric.api import * import os + +# ========== +# = Config = +# ========== # Globals env.project_name = 'wolnelektury' env.use_south = True -# =========== -# = Servers = -# =========== +# Servers def staging(): """Use staging server""" env.hosts = ['stigma.nowoczesnapolska.org.pl:2222'] -- 2.20.1