Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit capistrano stage as tag #25

Closed
wants to merge 2 commits into from

Conversation

arielo
Copy link
Contributor

@arielo arielo commented Mar 22, 2013

No description provided.

@clofresh
Copy link
Contributor

I couldn't get the stage tag to show up with a test multistage setup, do you have a sample on I could test with?

@arielo
Copy link
Contributor Author

arielo commented Mar 22, 2013

To use multistage add the following to the top of your deploy.rb

require 'bundler/capistrano'
require 'capistrano/ext/multistage'
set :stages, %w(production staging)
set :default_stage, 'staging'

@clofresh
Copy link
Contributor

Hey, sorry so slow on this. I've refactored the capistrano integration to support capistrano v3 so I can't cleanly merge your change, but I've incorporated it in the branch: #43

@clofresh clofresh closed this Feb 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants