Mar 17 · 4 min read · You’ve just finished building your web app. It works perfectly on your computer… but now comes the real question: “How do I get this online without stress?” At first, deployment can feel confusing—upl
Join discussion
Dec 17, 2025 · 4 min read · Managing two repositories — one private (Shijo_local) and one public (Shijo_live) — often leads to repetitive copy-paste steps. Here’s how you can streamline the workflow and keep your private repo as the source of truth while publishing cleanly to t...
Join discussion
Sep 5, 2025 · 2 min read · Today I explored how to store workflow data, manage variables at different levels, and handle repository secrets securely in GitHub Actions. These features are essential for building secure and reusable pipelines. 📦 1. Storing Workflow Data as Arti...
Join discussion
Aug 29, 2025 · 3 min read · For busy data team like ours, the priority has always been to keep the platform reliable and fast while delivering new features. But reliability is not just about performance, it is about security as well. Parts of our data pipeline and live inferenc...
Join discussionAug 27, 2025 · 3 min read · Introduction: In this blog, we'll explore how to deploy a Helm chart to a Kubernetes cluster using ArgoCD, with the chart hosted on GitHub Pages. This setup enables a lightweight, GitOps-friendly way to manage Helm repositories without relying on ext...
Join discussion
Aug 7, 2025 · 4 min read · Welcome to Day 33 of my #100DaysOfDevOps journey! After setting up a basic GitHub Actions workflow on Day 35, today I enhanced it to run linting (flake8) and unit tests (pytest) automatically. This brings Continuous Integration (Day 34) to life by en...
Join discussion
Jul 27, 2025 · 3 min read · Hi! I'm Sonali Desai, currently exploring the world of DevOps and CI/CD as a CSE undergrad. I recently built my first CI/CD pipeline using GitHub Actions, and I want to share my experience — not just how I did it, but all the questions that popped up...
Join discussionJul 25, 2025 · 4 min read · This guide walks you through deploying a Yii2 Framework app to InfinityFree using GitHub Actions and FTP. You'll prepare the project locally, configure GitHub secrets, and deploy automatically through push or manual trigger. Prerequisites Yii2 Basi...
Join discussionApr 29, 2025 · 4 min read · In this blog post we are going to know about what is GitHub Actions, what are the benefits and use cases for Actions, and also about the key concepts of GitHub Actions like workflows, actions, events, jobs. steps, runners. What is GitHub Actions? Git...
Join discussion