Sha256: 13bdbd708c67a6261de8912917cd8c17f1cc60e8b4394a844b97f198ccedb6d5
Contents?: true
Size: 445 Bytes
Versions: 13
Compression:
Stored size: 445 Bytes
Contents
# this is all to get vagrant working with capistrano ssh_options[:keys] = File.expand_path('/path/to/ssh/key') ssh_options[:paranoid] = false ssh_options[:keys_only] = true ssh_options[:user_known_hosts_file] = [] ssh_options[:config] = false set :user, 'ubuntu' $:.unshift File.expand_path('../../../lib', __FILE__) # in your Capfile, this would likely be "require 'rubygems'" require 'supply_drop' server 'your ec2 server', :web, :app, :db
Version data entries
13 entries across 13 versions & 1 rubygems