Best of GitHub ActionsSeptember 2024

  1. 1
    Article
    Avatar of devgeniusDev Genius·2y

    GitHub Actions Step-by-Step Guide

    Learn how to deploy a Java Spring Boot application using GitHub Actions. This guide covers setting up a GitHub Actions workflow to build, test, and deploy the application to Docker Hub. The steps include creating a Maven project, configuring the YAML workflow file, and using Docker Hub for deployment. Securely manage Docker credentials using GitHub secrets.

  2. 2
    Article
    Avatar of bartwullemsThe Art of Simplicity·2y

    Github–Create a new release–The automated version

    Learn how to automate the process of creating a GitHub release using GitHub Actions. Follow a detailed step-by-step guide for setting up a workflow that triggers on tag pushes, checks out the repository, archives outputs, creates a release, and uploads release assets.

  3. 3
    Article
    Avatar of devshavenDevs Haven·2y

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

    Guide to deploying projects to Vercel for free using GitHub Actions. Covers necessary prerequisites such as having GitHub and Vercel accounts, a project hosted on GitHub, and a basic understanding of GitHub and Vercel.

  4. 4
    Article
    Avatar of devtronDevtron·2y

    Kubernetes CI/CD Pipelines: GitHub Actions with Devtron

    This post covers enhancing Kubernetes CI/CD pipelines by integrating GitHub Actions with Devtron. Initially, GitHub Actions were used to build, test, and push application images, but lacked robust deployment capabilities. Devtron addresses these gaps by offering advanced deployment orchestration, health monitoring, rollback strategies, and secure handling of configurations and secrets. The post details setting up Devtron for continuous deployment, utilizing webhooks to trigger deployments, and handling post-deployment operations to ensure application health and security.