Archive Post

Create Your First CI Pipeline Using Github Actions(Step-by-Step Guide)

Continous integration(CI) is the backbone of modern devops.In this guide,…

Installing ubuntu on virtual box

Installing Ubuntu on Virtual Box: Install Virtual Box Pre-requisites: •…

Running variations of jobs in a workflow

Here's a simple example of a CI workflow using GitHub…

Optimize Github actions workflows for CI/CD automation.

To optimize GitHub Actions workflows for CI/CD automation, focus on reducing execution…

Deployment in Openshift using ARGOCD & Github actions CI/CD pipelines

Hi Team, Deployment in Openshift using ARGOCD & Github actions…

Fundamentals for DevOps, especially regarding CI/CD tools

Here are the fundamentals for DevOps, especially regarding CI/CD tools:…

Github Actions Modules and Components

Github Actions Modules and Components

Getting Started with GitHub Actions(Demo project)

name: First Workflowon: workflow_dispatchjobs:first-job:runs-on: ubuntu-lateststeps:- name: Print greetingrun: echo "Hello…

Getting Started with GitHub Actions: A Beginner’s Guide

GitHub Actions is a CI/CD (Continuous Integration/Continuous Deployment) platform that…

Getting Started with Git and GitHub: A Beginner’s Guide

1. What is Git? Git is a version control system…