DevOps Hacker Notes
Deploy a specific commit with capistrano
$ cap production deploy -S revision=<commit_hash>
If you don’t want to make a separate branch for that given commit
$ cap production deploy -S revision=<commit_hash>
If you don’t want to make a separate branch for that given commit