Last active
December 20, 2015 02:59
-
-
Save tanihiro/6060419 to your computer and use it in GitHub Desktop.
capistranoの環境依存設定ファイル
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
set :application, "environment application name" | |
set :deploy_to, '/path/to/app/environment' | |
set :rails_env, 'environment' | |
server "localhost", :app, :web, :db, :primary => true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment