X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4dae2117bd399c1076973d325c6425e79fda1220..65272584c324400613b037432b3802f9956ef5d6:/fabfile.py diff --git a/fabfile.py b/fabfile.py index 39b95822..6738894d 100644 --- a/fabfile.py +++ b/fabfile.py @@ -1,18 +1,2 @@ -from fabric.api import run, env, cd - -def staging(): - '''Add staging server to hosts''' - env.hosts = ['platforma@stigma.nowoczesnapolska.org.pl:2222'] - env.project_dir = '/home/platforma/platforma' - -def deploy(): - '''Deploy server''' - with cd(env.project_dir): - run('git pull') - run('./project/manage.py syncdb') - restart_server() - -def restart_server(): - with cd(env.project_dir): - run('touch project/dispatch.wsgi') - +from fnpdjango.deploy import * +from deployment.environments import *