Actualiser .forgejo/workflows/deploy.yml
All checks were successful
Deploy to Kubernetes / deploy-to-k8s (push) Successful in 4m56s
All checks were successful
Deploy to Kubernetes / deploy-to-k8s (push) Successful in 4m56s
This commit is contained in:
parent
1f1f5229c5
commit
a96f380082
1 changed files with 2 additions and 1 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"
|
||||
chmod +x kubectl
|
||||
mv kubectl /usr/local/bin/
|
||||
echo "192.168.3.191 kubernetes" >> /etc/hosts
|
||||
|
||||
- name: Déployer sur Kubernetes
|
||||
uses: docker://bitnami/kubectl:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue