File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ jobs:
7676 - name : Install WordPress
7777 run : |
7878 cp wordpress/wp-config-sample.php wordpress/wp-config.php
79- wp config set DB_NAME "wordpress " --path=wordpress --allow-root
80- wp config set DB_USER "root " --path=wordpress --allow-root
81- wp config set DB_PASSWORD "root " --path=wordpress --allow-root
82- wp config set DB_HOST "localhost " --path=wordpress --allow-root
79+ wp config set DB_NAME "$WP_DB_NAME " --path=wordpress --allow-root
80+ wp config set DB_USER "$WP_DB_USER " --path=wordpress --allow-root
81+ wp config set DB_PASSWORD "$WP_DB_PASS " --path=wordpress --allow-root
82+ wp config set DB_HOST "$WP_DB_HOST " --path=wordpress --allow-root
8383 wp config set WP_DEBUG true --raw --path=wordpress --allow-root
8484 wp config set WP_DEBUG_LOG true --raw --path=wordpress --allow-root
8585 wp core install \
You can’t perform that action at this time.
0 commit comments