Skip to content

0.5.0

Choose a tag to compare

@jeremyolliver jeremyolliver released this 03 Jul 00:41
· 59 commits to master since this release

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.rb template now displays all feature modules, with some optional ones commented out
  • deploy.rb template 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.rb and staging.rb etc files are rendered correctly as templates, instead of copied over without rendering
  • use deploy:create_symlink instead of deprecated deploy:symlink