Skip to content
Snippets Groups Projects
Commit 15ec42ca authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '55-always-execute-db-update' into 'master'

Resolve "Always execute  DB update"

Closes #55

See merge request openappstack/wordpress-helm!26
parents 0f83b9fa c927fab4
No related branches found
No related tags found
1 merge request!26Resolve "Always execute DB update"
Pipeline #5859 passed with stage
in 2 minutes and 50 seconds
...@@ -86,6 +86,9 @@ ...@@ -86,6 +86,9 @@
--admin_password="{{ WP_PASS }}" --admin_password="{{ WP_PASS }}"
--admin_email="{{ WP_EMAIL }}" --admin_email="{{ WP_EMAIL }}"
- name: Always execute DB update
shell: wp {{ cli_args }} core update-db
- name: Users can update plugins from dashboard - name: Users can update plugins from dashboard
shell: wp {{ cli_args }} config set FS_METHOD direct --add --type=constant shell: wp {{ cli_args }} config set FS_METHOD direct --add --type=constant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment