Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker
Jaeho Chaischar.hashnode.dev·Nov 17, 2024GitHub Actions를 활용한 Discord 알림 자동화들어가며 친구와 프로젝트를 진행하면서 생산성에 영향을 미치는 문제를 발견했습니다. 야근 등 일정에 의해 주기적인 회의가 불가능하다. 회의가 늘어지면 집중력이 떨어진다. 그래서 고민하던 차에, 예전에 Jenkins와 Mattermost를 활용해 빌드 성공 알림을 보낸 기억이 떠올랐습니다. 커밋을 구체적으로 작성하고 이를 자동으로 디스코드에 알린다면 작업한 내용을 쉽게 공유하고, 이를 바탕으로 효율적으로 회의 및 프로젝트 진행이 가능할 것이...Discuss·6 likesGitHub Actions
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 8, 2024Step-by-Step Guide to Setting Up GitHub Actions for CI/CD: Building Your Own CI/CD Pipeline EasilyIntroduction: Why GitHub Actions? If you're working on a project, you've probably faced the challenge of keeping your code organized and bug-free. Every time you make changes, there’s a risk of breaking something. GitHub Actions is here to help. It a...DiscussGitHub
Preston OsoroforfreeCodeCampfreecodecamp.org·Nov 7, 2024How to Set Up Automated GitHub Workflows for Your Python and React ApplicationsAutomating workflows is an essential step in helping you maintain code quality in your applications – especially when working on both frontend and backend code in a single repository. In this guide, we’ll walk through setting up automated GitHub work...DiscussCI/CD
Harsh Soniharshdevopss.hashnode.dev·Nov 5, 2024Getting Hands-on with Git & GitHubTask 1: Set your user name and email address, which will be associated with your commits Task 2: Create a repository named "DevOps" on GitHub. Connect your local repository to the repository on GitHub. Create a new file in Devops/Gi...Discuss·1 likeGit
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 3, 2024Project-8: 🚀 Deploying 2048 Game to AWS Elastic Beanstalk with GitHub ActionsIntroduction Welcome to this step-by-step tutorial where we'll learn how to deploy the popular 2048 game to AWS Elastic Beanstalk using GitHub Actions! 🚀 AWS Elastic Beanstalk simplifies the deployment and management of web applications, while GitHu...Discuss·34 readsgithub-actions
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 2, 2024Project-7: 🚀 Deploying a Portfolio App on AWS S3 using GitHub Actions 🚀Detailed guide on how to deploy your Portfolio app on AWS S3 using GitHub Actions. In this step-by-step tutorial, we will cover each concept and explain every single step to ensure a smooth deployment process. But first, let's understand the key conc...Discuss·60 readsGitHub Actions
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Oct 24, 2024☑️Day 53: Automating Build Jobs with GitHub and Poll SCM in Jenkins🚀1. Introduction to Poll SCM in JenkinsPoll SCM (Source Code Management) is a feature in Jenkins that allows Jenkins to regularly check for changes in the source code repository (like GitHub) and automatically trigger a build when new code is committe...Discuss·15 likesDevops
Juraj Simonjurajsim.hashnode.dev·Oct 24, 2024Maximum of twenty unique reusable workflows limitYou’ll hit this limit of max. 20 reusable workflows pretty soon on monorepos or when migrating legacy pipelines from systems like GitLab or Azure Pipelines. The problem The issue is that developers are often accustomed to having a single starting poi...DiscussGitHub ActionsGitHub
syncfusionsyncfusion-blogs.hashnode.dev·Oct 23, 2024Implementing CI/CD for Azure Static Web Apps with GitHub ActionsTL;DR: This blog provides a detailed guide on how to set up continuous integration and deployment (CI/CD) for static web apps using Azure Static Web Apps and GitHub Actions. It covers key concepts, benefits, setup, monitoring, best practices, and mor...DiscussAzure