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.
1 parent bdecd7e commit 43796bdCopy full SHA for 43796bd
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