even more fixes
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Failing after 20s
Build and deploy the backend to staging / Deploy to staging (pull_request) Has been skipped

This commit is contained in:
Remy Moll 2024-09-21 13:47:39 +02:00
parent 0e3f56a131
commit 43f50ec207
2 changed files with 3 additions and 1 deletions

View File

@ -21,3 +21,4 @@ jobs:
environment: prod environment: prod
secrets: secrets:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }} PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
needs: build-and-push

View File

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