DEV Community

moka austine
moka austine

Posted on

My first successful CICD deployment

I am just starting my DEVOPS learning journey with already knowing JavaScript, Git, GitHub actions, a bit of docker, a bit of build tools and testing. And I already built and deployed an image search app using unsplash APIs using a full end to end CI/CD pipeline with GitHub actions building and pushing docker image to hub.docker.com and onrender.com pulls it from docker hub to production. For support and feedback you can find it on image-search-app-1-0.onrender.com where I am hosting it for free on onrender.com.

Top comments (2)

Collapse
 
harsh2644 profile image
Harsh

Congratulations on your first successful CI/CD deployment, Moka! šŸŽ‰ That feeling when everything runs smoothly for the first time is unforgettable.

Building an image search app with Unsplash API AND setting up a full pipeline with GitHub Actions + Docker Hub + Render is impressive for someone just starting. You've covered more than many do in months!

The fact that you connected all the pieces — GitHub Actions building, pushing to Docker Hub, and Render pulling from there — that's a real end-to-end pipeline. Keep going! DevOps needs more enthusiastic learners like you. šŸš€

Collapse
 
moka_austine_d630e148fd46 profile image
moka austine

I appreciate that Harsh, it's an interesting journey learning DEVOPS especially when everyone is saying that it's where software engineering was 10 years ago where supply is low and demand is high. It's definitely the right time to learn DEVOPS before it gets too saturated and it'll be harder to get in.