Skip to content

Commit

Permalink
Capistrano updated.
Browse files Browse the repository at this point in the history
Conflicts:

	config/deploy/staging.rb
  • Loading branch information
huerlisi committed Aug 17, 2011
1 parent 3c6c1dd commit c2298ed
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 296 deletions.
2 changes: 1 addition & 1 deletion Capfile
Expand Up @@ -2,6 +2,6 @@ require 'bundler/setup'

load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
Dir['lib/recipes/*.rb'].each { |plugin| load(plugin) }
#Dir['lib/recipes/*.rb'].each { |plugin| load(plugin) }

load 'config/deploy' # remove this line to skip loading any of the default tasks
13 changes: 2 additions & 11 deletions config/deploy.rb
@@ -1,3 +1,5 @@
require 'cookbook/wikisigns'

#Application
set :application, "wikisigns"
set :repository, "git@github.com:huerlisi/wikisigns.git"
Expand All @@ -20,15 +22,4 @@
set :copy_exclude, [".git", "spec"]


# Passenger
require 'cap_recipes/tasks/passenger'

# Bundle install
require "bundler/capistrano"
after "bundle:install", "deploy:migrate"

# Clean up the releases after deploy.
after "deploy", "deploy:cleanup"

require './config/boot'
require 'hoptoad_notifier/capistrano'
15 changes: 0 additions & 15 deletions lib/recipes/database.rb

This file was deleted.

15 changes: 0 additions & 15 deletions lib/recipes/new_relic.rb

This file was deleted.

15 changes: 0 additions & 15 deletions lib/recipes/settings_logic.rb

This file was deleted.

27 changes: 0 additions & 27 deletions lib/recipes/sqlite.rb

This file was deleted.

212 changes: 0 additions & 212 deletions lib/recipes/sync.rb

This file was deleted.

0 comments on commit c2298ed

Please sign in to comment.