This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |