From cfbe431222f1c78a8be8e4aeeafd31fdbae5a112 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 13 Jan 2026 04:43:44 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe16f61..c99f940f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,7 +122,7 @@ seed_production: when: manual script: | set -e - cd /opt/deploy/lti-prod + cd /opt/deploy/lti test -f .env || (echo "❌ .env not found" && exit 1) echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin "$CI_REGISTRY"