always deploy with tag

This commit is contained in:
Nikola Kubiczek 2023-09-08 21:07:47 +02:00
parent d9e9df2d67
commit 497698f424
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -29,6 +29,8 @@ deploy:
name: bitnami/kubectl:latest name: bitnami/kubectl:latest
entrypoint: [""] entrypoint: [""]
script: script:
- ls - ls
- kubectl apply -f $CI_PROJECT_DIR/hamburger.yaml - kubectl apply -f $CI_PROJECT_DIR/hamburger.yaml
- kubectl get pods - kubectl get pods
rules:
- if: $CI_COMMIT_TAG