Skip to content
Snippets Groups Projects
drush.yml.twig 716 B
Newer Older
  • Learn to ignore specific revisions
  •     config:
          - '${env.home}/.drush/config/drush.yml'
    
    options:
    
      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 %}'
    
    command:
    
        dump:
          options:
            structure-tables-key: 'common'
    
            skip-tables-key: 'common'
    
    {% for table in drush.sql.tables.structure %}
    
    {% for table in drush.sql.tables.skip %}