You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maintenance screens aren't necessary unless you're taking db snapshots prior to release (which isn't used in all configuration) and they are irritating for people used to no-downtime deployments.
Introduce an option CapistranoDeploymentBackend::setUsesMaintenancePage(), that defaults to true but can be set to false. If false, then enableMaintenance() and disableMaintenance() will be a no-op.
Once this setting is in place, people can use the injector configuration to create an allowed_backend that has no maintenance page.
The text was updated successfully, but these errors were encountered:
The maintenance screens aren't necessary unless you're taking db snapshots prior to release (which isn't used in all configuration) and they are irritating for people used to no-downtime deployments.
Introduce an option
CapistranoDeploymentBackend::setUsesMaintenancePage()
, that defaults to true but can be set to false. If false, thenenableMaintenance()
anddisableMaintenance()
will be a no-op.Once this setting is in place, people can use the injector configuration to create an
allowed_backend
that has no maintenance page.The text was updated successfully, but these errors were encountered: