Skip to content

Instantly share code, notes, and snippets.

@isabanin
Created October 22, 2010 14:33
Show Gist options
  • Save isabanin/640634 to your computer and use it in GitHub Desktop.
Save isabanin/640634 to your computer and use it in GitHub Desktop.
set :application, "application"
set :deploy_to, "/var/www/application"
set :deploy_via, "remote_cache"
set :scm, :subversion
set :repository, "http://account.svn.beanstalkapp.com/repository/trunk"
set :scm_user, "deploy_dummy"
set :scm_password, File.read("#{ENV['HOME']}/.application_deployment_password").strip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment