X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1eb24182f3aa52108546f0cacd17e52e54a3a57c..4fcc3a4ab9a5d0eee84eda6b5523e0e010e995de:/fabfile.py

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 *