Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 5m10s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 5m10s
This commit is contained in:
parent
920386e18c
commit
3b6f983534
@ -18,6 +18,11 @@ jobs:
|
||||
run: |
|
||||
docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest .
|
||||
|
||||
- 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"
|
||||
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||
|
||||
- name: Déployer sur Kubernetes
|
||||
run: |
|
||||
kubectl apply -f k8s-deployment.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user