Skip to content
Snippets Groups Projects
Commit b137f733 authored by jurgenhaas's avatar jurgenhaas
Browse files

bitegra/portal/drupal/projects/portal-default#8 Add support for drush aliases on stages, bugfix

parent c763f963
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
{% if instance.jail is defined %}
{% set instanceWebRoot = [jailroot, instance.jail.name, 'var', 'www']|join('/') %}
{% else %}
{% set instanceWebRoot = ['/var/www', drupal.webRoot|default('')]|join('') %}
{% set instanceWebRoot = ['/var/www', instance.webRoot|default('')]|join('') %}
{% endif %}
{% for domain in instance.domains %}
{{ instance.src.git.branch }}:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment