Skip to content

Instantly share code, notes, and snippets.

@jpsilvashy
Created July 30, 2012 08:02
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 jpsilvashy/3205604 to your computer and use it in GitHub Desktop.
Save jpsilvashy/3205604 to your computer and use it in GitHub Desktop.
# http://jpsilvashy.com/posts/deploying-a-rails-application-on-amazon-ec2/
set :application, "blog"
set :scm, :git
set :repository, "git@github.com:jpsilvashy/blog.git"
set :scm_passphrase, ""
set :user, "ubuntu"
set :deploy_to, "/var/www/blog"
server "50.18.119.31", :app, :primary => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment