Created
January 20, 2009 16:45
-
-
Save roidrage/49553 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
load 'deploy' if respond_to?(:namespace) # cap2 differentiator | |
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } | |
load 'config/deploy' | |
gem 'mattmatt-cap-ext-webistrano' | |
require 'cap-ext-webistrano' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set :application, "Other Project" | |
set :user, "admin" | |
set :password, "admin" | |
set :webistrano_home, "http://localhost:3000" | |
set :stage do | |
Capistrano::CLI.ui.ask "Specify the stage to deploy: " | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment