Skip to content

Instantly share code, notes, and snippets.

View aussiegeek's full-sized avatar
🚲
Thinking about riding

Alan Harper aussiegeek

🚲
Thinking about riding
View GitHub Profile
set :user, 'nordicmineral' # Your dreamhost account's username
set :domain, 'gambino.dreamhost.com' # Dreamhost servername where your account is located
set :project, 'nordicmineral' # Your application as its called in the repository
set :application, 'nordicmineral.com' # Your app's location (domain or sub-domain name as setup in panel)
set :applicationdir, "/home/#{user}/#{application}" # The standard Dreamhost setup
# version control config
set :scm_username, 'nordicmineral'
set :scm_password, '***********'
set :repository, "svn+ssh://#{scm_username}@nordicmineral.com/home/nordicmineral/svn/#{project}"