Compare commits

..

1 Commits

Author SHA1 Message Date
0fc5a68579 even more fixes
Some checks failed
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) Failing after 13s
2024-09-21 14:11:10 +02:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -34,5 +34,5 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: backend context: backend
tags: git.kluster.moll.re/anydev/anyway-backend:${{inputs.tag}} tags: git.kluster.moll.re/anydev/anyway-backend:${{ inputs.tag }}
push: true push: true