fix: fixes broken deployment

This commit is contained in:
2025-11-07 18:15:09 -03:00
parent 1f1aba38bc
commit d7aef57e7a
2 changed files with 11 additions and 9 deletions

View File

@@ -11,11 +11,8 @@ on:
jobs:
deploy:
name: Deploy to Cluster
environment: ${{ github.ref_name == 'main' && 'prod' || 'staging' }}
runs-on: ubuntu-latest
timeout-minutes: 30
env:
NAMESPACE: ${{ vars.NAMESPACE }}
steps:
- name: Checkout Repository