Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Remove primehosting/app.rb, move config vars into primehosting.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffgarside committed Jun 14, 2008
1 parent 02cec6c commit e6dab3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 10 additions & 1 deletion lib/primehosting.rb
Expand Up @@ -3,5 +3,14 @@

require 'highline/import'

require 'primehosting/app'
require 'primehosting/mongrel'
require 'primehosting/database'

Capistrano::Configuration.instance(true).load do
# Setup default values
set :rails_env, "production"
set :use_sudo, false
set :app_port, nil

set(:deploy_to) { "/usr/home/#{user}/apps/#{application}" }
end
4 changes: 0 additions & 4 deletions lib/primehosting/app.rb

This file was deleted.

0 comments on commit e6dab3b

Please sign in to comment.