Closed abdonrd closed 4 years ago
Specs need fixing.
@BanzaiMan it should works now! 😁
Great. Now, could you test this code to deploy your app?
@BanzaiMan ok! How can I test it?
@BanzaiMan yay! It's working!
@BanzaiMan thanks! Now do you need to create a new release? Or should it start working in production directly?
Friendly ping to @BanzaiMan. 😄
Interested on this too! 👀
@BanzaiMan @eugene-travis when we can start to use this? Thanks in advance!
This should be available in the --pre
release.
https://github.com/travis-ci/dpl/blob/v2.0.2.beta.1/lib/dpl/providers/cloudfoundry.rb#L25
Thanks @BanzaiMan!
To use the --pre
I need to setup the edge: true
, right?
Because with this:
Now the provider doesn't work:
hpc
is not a string that should happen in normal processing. I tend to think that you have an incorrect value in $IBMCLOUD_API_KEY
that leads to this invocation.
@BanzaiMan mmm but this deploy is working just without these changes:
Hmmm. That is bizarre. Earlier, in https://github.com/travis-ci/dpl/pull/1211#issuecomment-685828183 you indicated that the code was working. :-( I am not quite sure what's happening.
@BanzaiMan yes, that's why I don't understand what is happening 😕
@BanzaiMan proposal: https://github.com/travis-ci/dpl/pull/1219
Official instructions:
https://github.com/cloudfoundry/cli/blob/master/doc/installation-instructions/installation-instructions-v7.md#installers-and-compressed-binaries
Also adding support to the new CLI v7 has a new strategy option for rolling deploy: https://docs.cloudfoundry.org/devguide/deploy-apps/rolling-deploy.html
Fix #910