path -> dir

This commit is contained in:
2023-09-25 22:16:30 +02:00
parent 3b4c248a17
commit 612287ba28

View File

@ -32,5 +32,5 @@ deploy:
entrypoint: [""]
script:
- ls
- kubectl apply -f $CI_PROJECT_PATH/deployment.yaml
- kubectl apply -f $CI_PROJECT_DIR/deployment.yaml
- kubectl get pods