diff --git a/modules/supervisor.py b/modules/supervisor.py index a49cdc6..08226f9 100644 --- a/modules/supervisor.py +++ b/modules/supervisor.py @@ -189,7 +189,7 @@ def upload(): context['supervisor_logs_err'] = configuration.logging.supervisor.err build_path = os.path.join( - configuration.templates.supervisor.path.dest, + configuration.templates.supervisor.path.remote, 'build', configuration.templates.supervisor.conf.dst) @@ -298,7 +298,7 @@ def upload_gunicorn(): 'files') build_path = os.path.join( - configuration.templates.gunicorn.path.dest, + configuration.templates.gunicorn.path.remote, 'build', configuration.templates.gunicorn.conf.dst)