From 9aa0d2f81e44ab00c5c6fb19514744d481e940a2 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Tue, 9 Apr 2024 17:38:26 +0200 Subject: [PATCH] fix deployment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1635c4ed..cb5ecb6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,5 +40,5 @@ deploy docker image: image: bitnami/kubectl:latest script: - cd deploy - - sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@$(cat ../DIGESTFILE)/g + - sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@$(cat ../DIGESTFILE)/g deployment.yaml - for file in *; do kubectl apply -f $file; done -- GitLab