Skip to content
Snippets Groups Projects
Commit d137740a authored by jurgenhaas's avatar jurgenhaas
Browse files

Add some new templates for Drush 9

parent 51a82d80
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -178,6 +178,12 @@ class Handler {
'drushrc.php' => [
'dest' => $projectRoot . '/drush',
],
'aliases.yml' => [
'dest' => $projectRoot . '/drush',
],
'drush.yml' => [
'dest' => $projectRoot . '/drush',
],
'.env' => [
'dest' => $projectRoot,
],
......
sites:
{{ projectname }}:
dev:
root: '/var/www/html/{{ webRoot }}'
uri: '{{ projectname }}.docker.localhost:8000'
live:
root: ''
uri: ''
remote-host: ''
remote-user: ''
options:
uri: 'http://{{ projectname }}.docker.localhost:8000';
command:
sql:
options:
structure-tables:
common:
- 'cache'
- 'cache_*'
- 'history'
- 'search_*'
- 'sessions'
- 'watchdog'
skip-tables:
common: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment