X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/de93104a2513acc5a378496c6bf6ab7ed0d45d60..64ef68e85c3970cec6d1ffe30da6937e32e50b98:/fabfile.py?ds=inline

diff --git a/fabfile.py b/fabfile.py
index 1cf26790..6738894d 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -1,11 +1,2 @@
-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 *