dhax / go-base

Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
MIT License
1.5k stars 227 forks source link

Feat: Add GitHub Actions Workflow for CI/CD #21

Closed prandogabriel closed 3 months ago

prandogabriel commented 4 months ago

This PR introduces a GitHub Actions workflow to automate our Continuous Integration and Continuous Deployment (CI/CD) pipeline.

A example of execution in this link

image

dhax commented 3 months ago

That's great, thanks a lot!