Actualiser .forgejo/workflows/deploy.yml
This commit is contained in:
parent
60caf0cec1
commit
f096a4e907
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue