Update .gitlab-ci.yml file

This commit is contained in:
kris
2026-01-13 04:19:00 +00:00
parent d26c2dba3f
commit 7fd90f3268
+1 -1
View File
@@ -62,7 +62,7 @@ migrate_production:
artifacts: false artifacts: false
script: | script: |
set -e set -e
cd /opt/deploy/lti-prod cd /opt/deploy/lti
test -f .env || (echo "❌ .env not found" && exit 1) test -f .env || (echo "❌ .env not found" && exit 1)
set -a set -a