A minimalistic approach to deploying any application to OpenShift with CI/CD

Debjani Chatterjee
Tech4Noobs
Published in
2 min readJun 30, 2020

Deploy an application to Openshift

View deployed app

Deployment of code in Github repos

Deployment successful

Source to image (S2I) deployment

Fork/Clone this example Python repo so that you can edit on the next step https://github.com/sclorg/django-ex

Triggering an auto build using GitHub Webhooks

--

--