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

@ -19,7 +19,8 @@ jobs:
apt-get install -y curl 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" curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x 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 - name: Déployer sur Kubernetes
uses: docker://bitnami/kubectl:latest uses: docker://bitnami/kubectl:latest