Actualiser .forgejo/workflows/deploy.yml
Some checks failed
Deploy to Kubernetes / deploy-to-k8s (push) Failing after 10m5s
Some checks failed
Deploy to Kubernetes / deploy-to-k8s (push) Failing after 10m5s
This commit is contained in:
parent
40b8112979
commit
9abbc25c07
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue