templates/config/deploy.rb in beans_rails-0.0.0 vs templates/config/deploy.rb in beans_rails-0.1.0

- old
+ new

@@ -1,9 +1,9 @@ set :default_stage, 'staging' require 'erb' require 'capistrano/ext/multistage' # needs the capistrano-ext gem -require 'config/deploy/beans_server' +require 'recipes/beans_server' set :application, '{{app_name}}' set :scm, :git set :repository, "git@git.80beans.net:#{application}" \ No newline at end of file