Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 17s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 17s
This commit is contained in:
parent
fc868b4272
commit
66a29dabf2
@ -18,11 +18,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker buildx build --push -t registry-service.container-registry.svc.cluster.local:5000/apps/microservice-sample:latest .
|
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/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
|
- name: Déployer sur Kubernetes
|
||||||
run: |
|
run: |
|
||||||
kubectl apply -f k8s-deployment.yaml
|
kubectl apply -f k8s-deployment.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user