Update .gitea/workflows/build-deploy.yaml
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 15s
Some checks failed
CI/CD Pipeline / pipeline-execution (push) Failing after 15s
This commit is contained in:
parent
66a29dabf2
commit
9560566bee
@ -18,6 +18,11 @@ 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: |
|
||||||
|
wget -qO /usr/local/bin/kubectl https://dl.k8s.io/release/v1.30.0/bin/linux/amd64/kubectl
|
||||||
|
chmod +x /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