Archive Post
Home / December 2025
Start-Here
Welcome to CIAlchemy If you’re here to learn CI/CD the…
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: •…
Branching strategies in Github
Branching Strategy: Gitflow: Gitflow is a popular branching strategy that…
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:…
Getting Started with GitHub Actions(Demo project)
name: First Workflowon: workflow_dispatchjobs:first-job:runs-on: ubuntu-lateststeps:- name: Print greetingrun: echo "Hello…