Permits application releases today are weekend click-ops with long outage windows. Which deployment-process improvement should the team adopt?
Select an answer to reveal the explanation.
Short Explanation
Weekend click-ops is a museum exhibit—put permits on a real pipeline with rolling or blue/green so bad builds can bounce back. Hand-editing prod or FTP’ing mystery binaries is how Friday becomes Monday’s outage.
Full Explanation
Improving deployment processes means replacing manual click-ops with CI/CD and strategies such as rolling or blue/green that limit blast radius and enable rollback. Direct production data edits and unmanaged binary drops are not acceptable professional deployment practices for an existing civic application.