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

Enhance stage aliases to "move" remote stages to the same host, so that drush has to use SSH

parent 86730ff5
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@
{{ instance.src.git.branch }}:
root: {{ instanceWebRoot }}{{ instance.root|default("") }}/
uri: {{ domain.protocol|default("https") }}://{{ domain.domain }}
{% if instance.src.git.branch != drupal.src.git.branch %}
host: {{ inventory_hostname }}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment