X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..482c839ccfd3766b20813dbf40362d48a6aa4d28:/fabfile.py diff --git a/fabfile.py b/fabfile.py index 30d866b..5e108a7 100644 --- a/fabfile.py +++ b/fabfile.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from fnpdjango.deploy import * env.project_name = 'edumed' @@ -5,5 +6,5 @@ env.hosts = ['giewont.icm.edu.pl'] env.user = 'edumed' env.app_path = '/srv/edukacjamedialna.edu.pl' env.services = [ - DebianGunicorn('edumed'), + Supervisord('edumed'), ]