Update .gitlab-ci.yml file

This commit is contained in:
kris
2026-01-13 04:43:44 +00:00
parent 4c434899aa
commit cfbe431222
+1 -1
View File
@@ -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"