Generally working version.
[wolnelektury.git] / fabfile.py
index a7bc768..e614e9c 100644 (file)
@@ -19,6 +19,14 @@ def production():
     ]
 
 
+@task
+def beta():
+    env.hosts = ['giewont.icm.edu.pl']
+    env.user = 'lektury'
+    env.app_path = '/srv/wolnelektury.pl/beta'
+    env.services = []
+
+
 @task
 def staging():
     env.hosts = ['san.nowoczesnapolska.org.pl:2223']