hapistrano v0.4.5.0 Release Notes
-
โ Added
- ๐ New commands that let you enable/disable a maintenance mode
- ๐ New configuration variables:
-
maintenance_directory:
- The name of the directory on which the maintenance file will be placed.{deploy_path}/{maintenance_directory}
. The default directory name ismaintenance
maintenance_filename:
- The name of the file that is going to be created in the maintenance_directory. It has to have the.html
extension to be seen in the browser.{deploy_path}/{maintenance_directory}/{maintenance_filename}
. The default filename ismaintenance.html
-