even more fixes
All checks were successful
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m38s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 9s

This commit is contained in:
2024-09-21 13:47:39 +02:00
parent 0e3f56a131
commit 94d12f2983
3 changed files with 8 additions and 6 deletions

View File

@@ -17,9 +17,10 @@ jobs:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.PACKAGE_REGISTRY_ACCESS }}
deploy-prod:
name: Deploy to production
name: Deploy to staging
uses: ./.gitea/workflows/workflow_deploy-container.yaml
with:
environment: stg
overlay: stg
secrets:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
needs: build-and-push