Releases: abletech/easy-deployment
Releases · abletech/easy-deployment
0.4.2
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
Bug Fixes:
- raise exception if
cap niet:start
is run withoutcap niet:setup
being run first
0.4.0
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
Bug Fixes
deploy:reference
should use the rails_env, not the stage
0.3.0
Enhancements:
- Add
apache:configure_and_reload
capistrano task, which will configure the site, test the configuration & gracefully reload the Apache configuration
0.2.2
Enhancements:
- Add
apache:configtest
capistrano task
Bug Fixes:
- Spelling corrections