timeoff-management / timeoff-management-application

Simple yet powerful absence management software for small and medium size business (community edition)
https://TimeOff.Management
MIT License
954 stars 589 forks source link

Add deployment pipeline #551

Open coyote-tango opened 1 year ago

coyote-tango commented 1 year ago

This change introduces a GitHub Action workflow that enables continuous deployment of a Node.js app to GKE using Terraform and Helm. The workflow is triggered by pushes to the main branch and performs the following steps:

This workflow allows for automated and reliable deployment of the infrastructure and application on GKE, and can be easily adapted for use in other environments/clouds.