mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
7 lines
243 B
Ruby
7 lines
243 B
Ruby
set :application, "railsbundle"
|
|
|
|
require "slicehost/recipes/capistrano"
|
|
# Used to setup/update DNS registry of url => ip
|
|
set :domain_mapping, "railsbundle.com" => "208.78.99.82"
|
|
set :slicehost_config, File.dirname(__FILE__) + "/slicehost.yml"
|