fix workflow?
Some checks failed
Deploy / deploy (push) Failing after 1m44s

This commit is contained in:
Lee 2024-09-24 10:39:28 +01:00
parent 3192d9f03f
commit 66f0398e95

@ -40,8 +40,13 @@ jobs:
with:
kubeconfig: ${{ secrets.KUBECONFIG }}
- name: Deploy
run: |
kubectl apply -f .gitea/kubernetes/deployment.yaml
kubectl apply -f .gitea/kubernetes/service.yaml
kubectl apply -f .gitea/kubernetes/ingress.yaml
- uses: Azure/k8s-deploy@v5
with:
action: deploy
strategy: basic
private-cluster: true
manifests: |
.gitea/kubernetes/deployment.yaml
.gitea/kubernetes/service.yaml
.gitea/kubernetes/ingress.yaml