We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, please add quotation marks in the title and admin_user:
install: configure configure: @echo "⚙️ Configuring Wordpress parameters..." wp core install \ --url=${WORDPRESS_WEBSITE_URL_WITHOUT_HTTP} \ --title="$(WORDPRESS_WEBSITE_TITLE)" \ --admin_user="${WORDPRESS_ADMIN_USER}" \ --admin_password=${WORDPRESS_ADMIN_PASSWORD} \ --admin_email=${WORDPRESS_ADMIN_EMAIL} wp option update siteurl ${WORDPRESS_WEBSITE_URL} wp rewrite structure $(WORDPRESS_WEBSITE_POST_URL_STRUCTURE)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, please add quotation marks in the title and admin_user:
The text was updated successfully, but these errors were encountered: