Skip to content

Commit 43796bd

Browse files
authored
Update chain-site-rebuild.yml
1 parent bdecd7e commit 43796bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

chain/chain-site-rebuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ commands:
2121
- command: site:settings:db
2222
arguments:
2323
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;'
2428
# Create phpunit.xml
2529
- command: site:phpunit:setup
2630
arguments:

0 commit comments

Comments
 (0)