Learn how to create CI/CD pipelines using GitHub Actions for automating code integration and deployment processes. The guide explains the basics of Continuous Integration (CI) and Continuous Deployment (CD), providing step-by-step instructions on writing workflows for a Node.js project with deployment to an AWS EC2 instance. It also covers Docker integration and managing secrets for secure operations.

20m read timeFrom medium.com
Post cover image
Table of contents
Getting Started with CI/CD: An Introductory Guide to GitHub Actions for New DevelopersPre-requisiteContent of this blogWhat is CI?What is CD?Basics of GitHub ActionsTutorial of writing CI WorkflowTutorial of writing CD workflowEnd of the blog

Sort: