travis.rb
travis.rb copied to clipboard
Supporting multiple deploy providers with travis setup
Hello,
I'm trying to deploy on multiple providers (divshot for static files and openshift for the app), and when I try to do travis setup openshift
I'm answered deploy section already exists in .travis.yml, run with --force to override
And when adding --force, all the old config is deleted
Thanks in advance
@konfiot: This is because the travis setup
command has no support for multiple providers - it overwrites whatever is there.
This would be a good feature, I'm going to submit a PR adding it soon.
<3
On Wed, Aug 13, 2014 at 8:49 PM, Aaron1011 [email protected] wrote:
@konfiot https://github.com/konfiot: This is because the travis setup command has no support for multiple providers - it overwrites whatever is there.
This would be a good feature, I'm going to submit a PR adding it soon.
— Reply to this email directly or view it on GitHub https://github.com/travis-ci/travis.rb/issues/201#issuecomment-52092816.
Is there any progress?
Any update after 6 years?