DevOps Project 9 - Deploying Django To-do App on AWS EC2 with Kubernetes Cluster
Day 88 of #90daysofdevops challenge
Jul 14, 20244 min read23

Search for a command to run...
Articles tagged with #tws
Day 88 of #90daysofdevops challenge

This is Day 45 of #90daysofdevops challenge

This is Day 42 of #90daysofdevops challenge

This is Day 40 of #90daysofdevops challenge

Let's make a beautiful CI/CD Pipeline for your Node JS Application 😍 Task-01: Setting Up Jenkins with GitHub for CI/CD using GiHub webhooks Step-1: Fork this repository: https://github.com/LondheShubham153/node-todo-cicd.git Step-2: Create a connect...
What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...