Last active
February 15, 2017 15:53
-
-
Save devigned/7aba33e9469f3eea820b275f4df09e2d to your computer and use it in GitHub Desktop.
Capistrano deployment configuration
This file contains 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
# 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