agent: use wcs-manage to run hobo_deploy/notify commands (#82021)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2023-10-30 16:06:12 +01:00
parent 702060e25e
commit 796fb1ac27
1 changed files with 0 additions and 5 deletions

View File

@ -7,13 +7,8 @@ BROKER_URL = 'amqp://'
AGENT_HOST_PATTERNS = None
{% for appkey, app in apps.items() %}
{% if appkey == 'wcs' %}
WCS_MANAGE_COMMAND = "{{venv_py3_bin}}/wcsctl.py -f {{publik_settings}}/wcs/wcs.cfg"
WCS_MANAGE_TRY_COMMAND = "{{venv_py3_bin}}/wcsctl.py"
{% else %}
{% filter upper %}{{appkey}}{% endfilter %}_MANAGE_COMMAND = "{{venv_py3_bin}}/{{app['project_name']}}-manage"
{% filter upper %}{{appkey}}{% endfilter %}_MANAGE_TRY_COMMAND = {% filter upper %}{{appkey}}{% endfilter %}_MANAGE_COMMAND
{% endif %}
{% endfor %}