Skip to content

Instantly share code, notes, and snippets.

@madAndroid
Forked from nathany/deploy.rb
Created February 13, 2013 07:40
Show Gist options
  • Select an option

  • Save madAndroid/4942929 to your computer and use it in GitHub Desktop.

Select an option

Save madAndroid/4942929 to your computer and use it in GitHub Desktop.
set :user, 'vagrant'
set :run_method, :sudo
role :app, '33.33.33.10'
ssh_options[:keys] = `vagrant ssh_config | grep IdentityFile`.split.last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment