Actualiser .forgejo/workflows/deploy.yml
Some checks failed
Deploy to Kubernetes / deploy-to-k8s (push) Failing after 10m5s

This commit is contained in:
gano 2025-05-09 14:48:57 +00:00
parent 40b8112979
commit 9abbc25c07

View file

@ -20,6 +20,7 @@ jobs:
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/local/bin/
echo "192.168.3.191 kubernetes" >> /etc/hosts
- name: Déployer sur Kubernetes
uses: docker://bitnami/kubectl:latest