I deployed my application and my releases directory is empty and so are the directories inside of the shared directory. What am I doing wrong? This is my first time ever deploying anything so I could have easily done something wrong.
My deploy.rb file: set :user, 'root' set :application, "App" set :repository, "https://www.domain.com/svn/repository/app/trunk" set :deploy_to, "/home/user/App" role :app, "www.domain.com" role :web, "www.domain.com" I am deploying on Mongrel so I altered my spawner file to be: #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../config/boot' require 'commands/process/spawner -p 5000 -i 1' Any help would be greatly appreciated! --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
