more dest->remote name changes
modified: modules/supervisor.py
This commit is contained in:
parent
0248555b88
commit
163a7525fe
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue