We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1905c commit 6156b76Copy full SHA for 6156b76
roles/deploy/hooks/finalize-after.yml
@@ -20,7 +20,7 @@
20
label: "{{ item[0].item }}"
21
when: project.update_wp_theme_paths | default(update_wp_theme_paths | default(true)) | bool and item[1] is match(deploy_helper.releases_path)
22
23
- - name: Warn about updating network database.
+ - name: Warn about updating network database
24
debug:
25
msg: "Updating the network database could take a long time with a large number of sites."
26
when: project.update_db_on_deploy | default(update_db_on_deploy) and project.multisite.enabled | default(false)
0 commit comments