Django 2.2
[turniej.git] / fabfile.py
diff --git a/fabfile.py b/fabfile.py
deleted file mode 100644 (file)
index 049085c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-from fnpdjango.deploy import *
-
-env.project_name = 'turniej'
-env.hosts = ['giewont.icm.edu.pl']
-env.user = 'lektury'
-env.app_path = '/srv/turniej.wolnelektury.pl'
-env.services = [
-    DebianGunicorn('turniej'),
-]