Skip to content

Instantly share code, notes, and snippets.

View ThayRibeiro0's full-sized avatar

Thays Ribeiro Maher ThayRibeiro0

View GitHub Profile
@ThayRibeiro0
ThayRibeiro0 / ci-cd-tutorial.md
Created May 16, 2025 04:19
This tutorial covers how to set up a basic **CI/CD (Continuous Integration and Continuous Delivery)** flow using **GitHub Actions** and the **Render** deployment service. Ideal for applications with a React front-end and a Node.js back-end with a PostgreSQL database.

CI/CD Tutorial with GitHub Actions and Render

πŸš€ Introduction

This tutorial covers how to set up a basic CI/CD (Continuous Integration and Continuous Delivery) flow using GitHub Actions and the Render deployment service. Ideal for applications with a React front-end and a Node.js back-end with a PostgreSQL database.


πŸ” Explanation of the CI/CD Flow