Initial Implementation of Refresh Cluster

This commit is contained in:
2024-10-18 01:37:52 -03:00
parent 4d69fedc81
commit 6eb74bbdb7
3 changed files with 43 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ on:
- staging
jobs:
build:
deploy:
name: Deploy to Cluster
environment: ${{ github.ref_name == 'main' && 'prod' || 'staging' }}
runs-on: ubuntu-latest