We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Geordi deploy should have an option to deploy from the current branch / feature branch instead of the pre-configured one (most often this is master).
master
This should be possible with a command line argument for capistrano.
The text was updated successfully, but these errors were encountered:
Unfortunately, Capistrano 3 has dropped support for setting config variables from the command line (see https://stackoverflow.com/q/21027452/3497272).
Will set DEPLOY_BRANCH instead, and fail if it isn't used.
DEPLOY_BRANCH
Sorry, something went wrong.
2b2ddc9
codener
No branches or pull requests
Geordi deploy should have an option to deploy from the current branch / feature branch instead of the pre-configured one (most often this is
master
).This should be possible with a command line argument for capistrano.
The text was updated successfully, but these errors were encountered: