Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Has been cancelled

This commit is contained in:
lory 2026-09-04 16:11:21 +00:00
parent 9560566bee
commit a2068eb74f

View File

@ -24,6 +24,9 @@ jobs:
chmod +x /usr/local/bin/kubectl
- name: Déployer sur Kubernetes
env:
KUBERNETES_SERVICE_HOST: kubernetes.default.svc
KUBERNETES_SERVICE_PORT: 443
run: |
kubectl apply -f k8s-deployment.yaml
kubectl rollout restart deployment/microservice-sample