Cloud Foundry logo in white on a blue background
blog single gear
Tutorials

CI/CD Running on Cloud Foundry

Pushing Apps to Cloud Foundry is as easy as it gets, thanks to the cf push command. However, it is still tedious to push your code after every change you make, just to see if it runs in the cloud. That’s where a CI/CD (continuous integration and continuous deployment) server comes in handy. It tests, builds and deploys your code every time you git push changes and makes sure that your code is always tested and deployed.

Now wouldn’t it be nice if your CI/CD server which deploys to Cloud Foundry also actually ran on Cloud Foundry? With Strider that is possible. It watches all your repos and, as soon as you git push some changes, tests them and deploys your app to CF. Learn how to set up your own instance of Strider running on CF by visiting my blog post on my personal blog berndsgn.ch.

Go To Full Blog Post
https://berndsgn.ch