require 'capistrano/configuration' config = Capistrano::Configuration.new config.load "my/custom/tasks" # this file requires multistage config.production # set the production multistage environment config.deploy # run a task
- Jamis On 8/17/07, goodieboy <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to build a Rails app that uses Capistrano to execute tasks. I > can't figure out how to call Capistrano tasks in a controller, using > multistage? How is this done? > > Thanks, > Matt > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
