Releases: stackbuilders/hapistrano
Releases · stackbuilders/hapistrano
v0.4.8.0
v0.4.7.0
v0.4.6.0
Modified
- It sets the origin repository (git remote set-url origin ) on every pushed release.
v0.4.5.0
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