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

This commit is contained in:
gano 2025-05-09 13:59:55 +00:00
parent 60caf0cec1
commit f096a4e907

View file

@ -15,11 +15,11 @@ jobs:
- name: Installer kubectl - name: Installer kubectl
run: | run: |
sudo apt-get update apt-get update
sudo 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
sudo mv kubectl /usr/local/bin/ mv kubectl /usr/local/bin/
- name: Déployer sur Kubernetes - name: Déployer sur Kubernetes
uses: docker://bitnami/kubectl:latest uses: docker://bitnami/kubectl:latest