Skip to content

Instantly share code, notes, and snippets.

@devigned
Last active February 15, 2017 15:53
Show Gist options
  • Save devigned/7aba33e9469f3eea820b275f4df09e2d to your computer and use it in GitHub Desktop.
Save devigned/7aba33e9469f3eea820b275f4df09e2d to your computer and use it in GitHub Desktop.
Capistrano deployment configuration
# install the newly added gem dependencies
bundle
# inititialize capistrano configuration
# `Capfile` in the root directory of your Rails app
# `deploy.rb` file in the config directory
# `deploy` directory in the config directory
cap install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment