Newer
Older
config:
- '${env.home}/.drush/config/drush.yml'
uri: '{{ projectprotocol }}://{{ projectdomain }}{{ projectport }}'
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 }}'