Newer
Older
config:
- '${env.home}/.drush/config/drush.yml'
include:
- './drush/contrib'
uri: 'http://{{ projectname }}.docker.localhost:8000'
core:
rsync:
options:
mode: 'rlDzq'
sync:
options:
structure-tables-key: 'common'
skip-tables: 'common'
dump:
options:
structure-tables-key: 'common'
skip-tables: 'common'
sql:
structure-tables:
common:
{% for table in drush.sql.tables.structure %}
- '{{ table }}'
skip-tables:
common:
{% for table in drush.sql.tables.skip %}
- '{{ table }}'