Compare commits

..

1 Commits

Author SHA1 Message Date
94d12f2983 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
2024-09-21 14:22:28 +02:00
3 changed files with 3 additions and 4 deletions

View File

@ -20,5 +20,5 @@ jobs:
with:
overlay: prod
secrets:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
needs: build-and-push

View File

@ -22,5 +22,5 @@ jobs:
with:
overlay: stg
secrets:
PACKAGE_REGISTRY_ACCESS: ${{ secrets.KUBE_CONFIG }}
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
needs: build-and-push

View File

@ -31,5 +31,4 @@ jobs:
- name: Deploy to k8s
run: |
kubectl apply -k backend/deployment/overlays/${{ inputs.overlay }} --kubeconfig=kubeconfig --validate=false
# skip validation because downloading the schema from the internet is broken anyway
kubectl apply -k backend/deployment/overlays/${{ inputs.overlay }} --kubeconfig=kubeconfig