X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/677b94b27a586c1b81328fb0fd4346e202826b17..79db42b70298ee87dec5dca3b363d87e97f04770:/fabfile.py

diff --git a/fabfile.py b/fabfile.py
index 404ec527..6738894d 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -1,13 +1,2 @@
-from __future__ import with_statement
-
-from fabric.api import run, env, cd
-
-def staging():
-    '''Add staging server to hosts'''
-    env.hosts += ['platforma@stigma.nowoczesnapolska.org.pl:2222']
-
-def deploy():
-    '''Deploy server'''
-    with cd('platforma'):
-        run('git pull')
-        run('./project/manage.py syncdb')
+from fnpdjango.deploy import *
+from deployment.environments import *