0.5.0
Large rewrite of both templates, and generator code.
Major new feature is generation of backup config using the gems whenever and backup
Enhancements:
- Now fixed to capistrano 2.13.5 - dependencies on external capistrano-ext and capistrano_colors are removed.
- Added annotation task to write branch name, git revision, time of deploy, and user to the application root as version.txt
- Removed messy optparse code, and let Thor handle option parsing
deploy.rbtemplate now displays all feature modules, with some optional ones commented outdeploy.rbtemplate is now updated with current deployment practices (including newrelic and bugsnag services)- Added generator to create backup configuration - for scheduling cron jobs to backup application data to S3
Bug Fixes:
deploy.rbandstaging.rbetc files are rendered correctly as templates, instead of copied over without rendering- use
deploy:create_symlinkinstead of deprecateddeploy:symlink