{# The type-specific advanced options of the deployment form. Swapped whole when the type select changes, so the form only asks the questions the chosen deployer will actually read - and so a field for a type the operator moved away from leaves the document instead of submitting a value nothing would look at. Each field maps one-to-one onto an option the deployer's configure() already accepts; nothing here invents one. #}
{% if submitted.app_type == 'monorepo' %}
One workspace:subdomain per line. Left out, each workspace is served on a subdomain named after it.
Only deploy these, comma separated. Empty deploys every deployable workspace.
{% elif submitted.app_type == 'docker-compose' %}
Relative to the project root. Left empty, the deployer discovers it.
Profiles to activate, comma separated.
{% endif %}