We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdecd7e + 43796bd commit f2b607aCopy full SHA for f2b607a
chain/chain-site-rebuild.yml
@@ -21,6 +21,10 @@ commands:
21
- command: site:settings:db
22
arguments:
23
name: '%{{name}}'
24
+# Enable development settings
25
+ - command: exec
26
+ arguments:
27
+ bin: 'cd /vagrant/repos/%{{name}}/web/sites; cp -n ./example.settings.local.php ./default/settings.local.php;'
28
# Create phpunit.xml
29
- command: site:phpunit:setup
30
0 commit comments