Newer
Older
config:
- '${env.home}/.drush/config/drush.yml'
uri: 'http{% if traefik.usessl %}s{% endif %}://{{ projectname }}.{{ traefik.domain }}{% if traefik.usessl and traefik.ports != 443 %}:{{ traefik.ports }}{% elseif not traefik.usessl and traefik.port != 80 %}:{{ traefik.port }}{% endif %}'
core:
rsync:
options:
mode: 'rlDzq'
dump:
options:
structure-tables-key: 'common'
skip-tables-key: 'common'
sql:
structure-tables:
common:
{% for table in drush.sql.tables.structure %}
- '{{ table }}'
skip-tables:
common:
{% for table in drush.sql.tables.skip %}
- '{{ table }}'