Skip to content

Instantly share code, notes, and snippets.

@yuta-imai
Last active December 17, 2015 12:58
Show Gist options
  • Save yuta-imai/5613219 to your computer and use it in GitHub Desktop.
Save yuta-imai/5613219 to your computer and use it in GitHub Desktop.
capistrano cample config
set :application, "YOUR_APP_NAME"
set :repository, "https://github.com/YOUR_ACCOUNT/YOUR_APP.git"
set :scm, "git"
set :user, "ec2-user"
set :branch, "master"
set :deploy_via, :remote_cache
set :deploy_to, "YOUR_DOCUMENT_ROOT"
role :web, "YOUR_HOST_1", "YOUR_HOST_2", ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment