Actualiser .forgejo/workflows/deploy.yml
All checks were successful
Deploy to Kubernetes / deploy-to-k8s (push) Successful in 4m56s

This commit is contained in:
gano 2025-05-09 15:09:01 +00:00
parent 1f1f5229c5
commit a96f380082

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