Last active
December 18, 2015 02:29
-
-
Save teohm/5711227 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can download database dump