Sha256: ec5fd95c3787282ff6dbb9c32be63e6e02cad3e51be3f67e97b4e3a6aa628086
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
set :username, "#{application}_staging" set :branch, 'master' set :deploy_to, "/home/#{application}_staging/app" set :rails_env, 'staging' role :app, 'staging.80beans.net' role :web, 'staging.80beans.net' role :db, 'staging.80beans.net', :primary => true ssh_options[:username] = username
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
beans_rails-0.1.1 | templates/config/deploy/staging.rb |
beans_rails-0.1.0 | templates/config/deploy/staging.rb |
beans_rails-0.0.0 | templates/deploy/staging.rb |