Adam, did you get it working with Bluemix DevOps…?
I managed to get it working by taking Guillaume’s steps and adding them to a build script and a deploy script in a Delivery Pipeline. You can find the scripts in the “bin” directory here: https://github.com/ptuton/lists. I have basic instructions in the git README, with more details instructions available if you need them — I plan to write it up sometime.
For future updates to the scripts, I’d like to automatically set the MONGO_URL based on a bound mongo service rather than relying on a configured environment property. And I’d like to set the ROOT_URL based on the app name and domain to which it’s deployed. Should be easy enough, once I make time for it. I’d also like to use the Blue/Green deployment model that’s available when you create “Simple” toolchain.
