Skip to content

Commit

Permalink
Merge pull request #1274 from roots/TangRufus-patch-1
Browse files Browse the repository at this point in the history
Add ` wp_post_revisions: true` to `wordpress_env_defaults`
  • Loading branch information
swalkinshaw authored Jul 14, 2021
2 parents b3ee080 + cb83384 commit b6fde51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/deploy/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ wordpress_env_defaults:
git_sha: "{{ git_clone.after }}"
release_version: "{{ deploy_helper.new_release }}"
wp_debug_log: "{{ project_root }}/logs/debug.log"
wp_post_revisions: true

site_env: "{{ wordpress_env_defaults | combine(vault_wordpress_env_defaults | default({}), project.env | default({}), vault_wordpress_sites[site].env) }}"

0 comments on commit b6fde51

Please sign in to comment.