Skip to content

Releases: stackbuilders/hapistrano

v0.4.8.0

16 Feb 13:04
1bfe38e
Compare
Choose a tag to compare

0.4.8.0

Modified

  • Fix issue before activating release

v0.4.7.0

14 Feb 21:28
ac67c38
Compare
Choose a tag to compare

0.4.7.0

Modified

  • Fix issue #210 which cuased concurrent deploys to pick only the first target.

v0.4.6.0

05 Jul 19:10
a1ccbe6
Compare
Choose a tag to compare

Modified

  • It sets the origin repository (git remote set-url origin ) on every pushed release.

v0.4.5.0

09 Jun 21:20
f017de4
Compare
Choose a tag to compare

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 is maintenance
    • 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 is maintenance.html