Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 5m13s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 5m13s
This commit is contained in:
parent
3b6f983534
commit
fc868b4272
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Installer Kubectl
|
||||
run: |
|
||||
curl -sLO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||
curl -sLO https://dl.k8s.io/release/v1.30.0/bin/linux/amd64/kubectl
|
||||
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||
|
||||
- name: Déployer sur Kubernetes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user