From: Marek Stępniowski Date: Mon, 12 Oct 2009 19:28:11 +0000 (+0200) Subject: Poprawienie komentarzy w fabfile (wyraźne oddzielenie sekcji konfiguracyjnej). X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/87f257e86107a12249f858d61a698a1b9d5d50f6 Poprawienie komentarzy w fabfile (wyraźne oddzielenie sekcji konfiguracyjnej). --- 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']