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
Hi there,
it's possible to have multiple deploy configurations for different branches within one git project?
thanks in advance,
greets
The text was updated successfully, but these errors were encountered:
You can achieve this with multiple configuration files:
dandelion --config=dandelion-a.yml deploy branch-a dandelion --config=dandelion-b.yml deploy branch-b
Please re-open if this does not work for your setup or you'd like to discuss alternate ways of handling this scenario.
Sorry, something went wrong.
Would be nice to be able to define the source branch in the config, reducing the typing to
dandelion --config=dandelion-a.yml deploy dandelion --config=dandelion-b.yml deploy
Would be awesome, if we could make branch specific setting blocks in the same config, reducing the typing to dandelion deploy.
dandelion deploy
default: adapter: sftp host: example.com username: user password: pass path: path/to/production develop: adapter: sftp host: example.com username: user password: pass path: path/to/staging
Cheers!
Bah, just saw this ticket: #96
No branches or pull requests
Hi there,
it's possible to have multiple deploy configurations for different branches within one git project?
thanks in advance,
greets
The text was updated successfully, but these errors were encountered: