Actualiser .forgejo/workflows/deploy.yml

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

View file

@ -19,7 +19,8 @@ jobs:
apt-get install -y curl
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/
mv kubectl /usr/local/bin/
echo "192.168.3.191 kubernetes" >> /etc/hosts
- name: Déployer sur Kubernetes
uses: docker://bitnami/kubectl:latest