WordPress installed as a dependency, which requires the content directory to move out of the core directory. The constants must be defined before core loads, which means wp-config.php…
A Composer-managed install where an update through the admin would be silently reverted on the next deploy. Disabling it is correct and the confusion it causes is a…
A deploy that invalidates the opcode cache and the application cache simultaneously, and a first minute that is measurably worse. Warming before the health check passes is the…
A major distribution release, and a rebuild rather than an upgrade, which took four hours because the provisioning script had been fixed in February. The February exercise is…
A second provider, a second trust policy, and a subject claim pattern that was broader than intended. The wildcard is the default in every example and it is…
A deploy step running WP-CLI as root, and every file it touches becoming unwritable by the web process. The –allow-root flag makes the warning go away and makes…