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"