Run a CI/CD Server 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 still runs in the cloud. That’s where a CI/CD server is useful. It tests, builds and deploys your code every time you git push to any Git repo. Strider is an open-source CI/CD server based on Node.