Articles by Tag #githubactions

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Git Commands for Software Engineers

Introduction Git is an essential tool for software engineers, enabling efficient version...

Learn More 254 58Jul 8 '24

How to Set Up a CI/CD Pipeline with GitHub Actions for Automated Deployments

In this article, you will learn how to implement continuous integration and continuous delivery in...

Learn More 142 14Apr 8

Deploying Applications with GitHub Actions and ArgoCD to EKS: Best Practices and Techniques

In this blog, we'll explore the integration of GitHub Actions and ArgoCD for deploying applications...

Learn More 100 3Aug 2 '24

10 Hidden Gems in GitHub Actions for Automating Your Workflow

GitHub Actions has changed the game for automation. CI/CD, testing, and deployments? Sure, those are...

Learn More 80 1Feb 19

10 Hidden Gems in GitHub Actions for Automating Your Workflow

GitHub Actions has revolutionized how we automate workflows, especially in a DevOps-driven world....

Learn More 74 3Dec 2 '24

GitHub Actions Tutorial

We're continuing our series on making our GitHub workflow better. We've already talked about the...

Learn More 62 11Oct 11 '24

Configurando Múltiplos Ambientes no Angular

Atenção: Este artigo foi escrito em Junho de 2025, o projeto apresentado abaixo foi construído na...

Learn More 50 5Jun 19

Cut CI/CD Costs by 77% & 2x Deployment Speed with GitHub Actions on EKS Auto Mode

On April 5, 2025 I did a live stream on how to run Github Actions Self Hosted Runners on EKS...

Learn More 43 6Apr 21

Build your first CI/CD pipeline

Building a simple CI/CD pipeline is a fundamental DevOps task that automates the process of...

Learn More 42 4Sep 7 '24

Github Actions Full Guide

Introduction to GitHub Actions 1.1 What is GitHub Actions? GitHub Actions is a...

Learn More 38 5Dec 13 '24

Mastering GitHub Actions for DevOps Engineers: A Complete Guide from Beginner to Advanced

GitHub Actions has revolutionized how developers and DevOps engineers automate workflows, enabling...

Learn More 36 0Oct 17 '24

Step-by-Step Guide to Deploying a Project to Vercel using GitHub Actions for Free

In this guide, I’ll walk you through how to deploy your project to Vercel for free using GitHub...

Learn More 33 0Sep 20 '24

Automate your custom sign-in UI deployment with GitHub Actions workflow

Let's show you how to automate the deployment of your custom sign-in UI to Logto Cloud in your devops...

Learn More 28 0Sep 20 '24

Supercharge Your GitHub Profile: Showcase Your Open Source Contributions

Last week, we launched our brand new Dev Cards with the OSCR (Open Source Contributor Rating)...

Learn More 26 3Aug 19 '24

Setting Up CI/CD with GitHub Actions on Shared Hosting cPanel

A Comprehensive Guide Deploying web applications on shared hosting platforms like cPanel...

Learn More 25 0Jul 20 '24

Build Your Own GitHub CI Automation for Code Reviews using Elixir and Gemini

Here’s a quick backstory. I wanted a GitHub CI action that kicks in whenever I create/re-open a PR,...

Learn More 24 4Apr 20

Squeezing Disk Space from GitHub Actions Runners: An Engineer's Guide 🚀🧹💾

Last week I was deploying our Lingo.dev app as a Docker image from a GitHub Action. And to deploy it,...

Learn More 24 6May 27

6 GitHub Actions Every DevOps Team Needs

In this post, we’ve highlighted a few must-have GitHub Actions that can simplify our CI/CD...

Learn More 22 0Oct 1 '24

Let AI Do Code Review For You

Sometimes, I make some stupid mistakes in the code review process, such as typos, wrong variable...

Learn More 21 4Jan 2

Automating ML Pipeline with ModelKits + GitHub Actions

Building machine learning (ML) applications doesn’t end with training the models. Managing machine...

Learn More 20 0Feb 18

Publishing Multi-Arch Docker images to GHCR using Buildx and GitHub Actions

The industry has seen a huge shift in machines towards using ARM base CPUs like Apple Silicon to...

Learn More 20 2Dec 20 '24

DevOps Made Simple: A Beginner’s Guide to Setting Up CI/CD Pipelines with GitHub Actions & Kubernetes

Introduction Continuous Integration and Continuous Deployment (CI/CD) is a fundamental...

Learn More 19 0Mar 21

Top Git Commands Every Developer Should Know

Git is one of the most powerful tools in a developer’s toolkit, yet it can feel intimidating to...

Learn More 19 1Mar 10

Pull request testing on Kubernetes: testing locally and on GitHub workflows

Imagine an organization with the following practices: Commits code on GitHub Runs its CI/CD...

Learn More 19 1Feb 13

How to Automate IAM Best Practices in CI/CD with IAM Access Analyzer

Managing IAM (Identity and Access Management) policies securely is one of the most important parts of...

Learn More 18 0Apr 19

Speed Up Your CI/CD: ARM 64 Runners for GitHub Actions

Hey dev.to community! 👋🏽 I'm Andrea Griffiths, Senior Developer Advocate at GitHub, and I'm excited...

Learn More 18 1May 15

Using Goose as a GitHub Action 🦢

Have you heard about Goose AI Developer Agent before? I will explore what is all about as a GitHub...

Learn More 17 2Nov 12 '24

Rails 8 CI/CD: GitHub Actions & Kamal 2025

In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...

Learn More 17 1Jan 20

Using GitHub Actions Like a Pro: Reusable Workflows

Introduction We wanted to share some thoughts on how we can improve your workflow...

Learn More 17 0Oct 2 '24

How to Set Up GitHub Actions for Any Project (Step-by-Step)

Automate your workflow like a pro — no matter what tech stack you use. GitHub Actions is a...

Learn More 17 2Apr 21