Skip to content

Instantly share code, notes, and snippets.

@teohm
Last active December 18, 2015 02:29
Show Gist options
  • Save teohm/5711227 to your computer and use it in GitHub Desktop.
Save teohm/5711227 to your computer and use it in GitHub Desktop.
support multi deploy environments (staging, production)
use git repo by default
use ssh forward agent (with checks teohm/capistrano-ssh-helpers)
support bundler
support shared file upload,symlink
support release cleanup
support restart (app server, worker)
support assets precompile and assets rollback
support BUILD_VERSION file creation
support rbenv (default_run_options[:shell] = '/bin/bash --login')
can run rake tasks on current release
can tail/download logs (rails, app server, front server, db, worker, etc)
can download database dump
@teohm
Copy link
Author

teohm commented Jun 12, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment