X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..d8e360fe85b5f15df034d87f123f781f071d49a1:/fabfile.py diff --git a/fabfile.py b/fabfile.py index 30d866b..b157b2c 100644 --- a/fabfile.py +++ b/fabfile.py @@ -5,5 +5,5 @@ env.hosts = ['giewont.icm.edu.pl'] env.user = 'edumed' env.app_path = '/srv/edukacjamedialna.edu.pl' env.services = [ - DebianGunicorn('edumed'), + Supervisord('edumed'), ]