Skip to content

Releases: abletech/easy-deployment

0.4.2

03 Jul 00:45
Compare
Choose a tag to compare

Enhancements:

  • path to the binary apachectl command is now able to be configured via set :apachectl_bin
  • Added documentation to README.md for several of the optional features

0.4.1

03 Jul 03:51
Compare
Choose a tag to compare

Bug Fixes:

  • raise exception if cap niet:start is run without cap niet:setup being run first

0.4.0

03 Jul 03:52
Compare
Choose a tag to compare

Enhancements:

  • include capistrano_colors by default
  • apache:configure task now copies a folder stage/apache/* if present falling back to previous state/apache.conf
  • added easy/deployment/performance optional require to track the times of deployments

0.3.3

03 Jul 03:52
Compare
Choose a tag to compare

Bug Fixes

  • deploy:reference should use the rails_env, not the stage

0.3.0

03 Jul 03:53
Compare
Choose a tag to compare

Enhancements:

  • Add apache:configure_and_reload capistrano task, which will configure the site, test the configuration & gracefully reload the Apache configuration

0.2.2

03 Jul 03:53
Compare
Choose a tag to compare

Enhancements:

  • Add apache:configtest capistrano task

Bug Fixes:

  • Spelling corrections