Skip to content

Commit 623149c

Browse files
authored
Merge pull request #399 from Automattic/BB8-12188
fix(wordpress): set `SUNRISE` for multisites
2 parents 69701d6 + 9a0790f commit 623149c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/src/wordpress/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "wordpress",
33
"name": "WordPress",
44
"description": "Sets up WordPress into the Dev Environment",
5-
"version": "2.7.0",
5+
"version": "2.7.1",
66
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/wordpress",
77
"containerEnv": {
88
"WP_CLI_CONFIG_PATH": "/etc/wp-cli/wp-cli.yaml"

features/src/wordpress/setup-wordpress.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ if [ -n "${multisite_domain}" ]; then
9999
else
100100
wp config set SUBDOMAIN_INSTALL true --raw --config-file=/wp/config/wp-config.php
101101
fi
102+
wp config set SUNRISE true --raw --config-file=/wp/config/wp-config.php
102103
fi
103104
wp config shuffle-salts --config-file=/wp/config/wp-config.php
104105

0 commit comments

Comments
 (0)