Skip to content

Instantly share code, notes, and snippets.

@tanihiro
Last active December 20, 2015 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanihiro/6060419 to your computer and use it in GitHub Desktop.
Save tanihiro/6060419 to your computer and use it in GitHub Desktop.
capistranoの環境依存設定ファイル
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