chore(CI): ignore and delete configurations

This commit is contained in:
GitLab Deploy Bot
2025-11-06 14:33:42 +07:00
parent 54cb1cf3da
commit 4129c36f9e
13 changed files with 105 additions and 647 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
set -e
echo "🔍 Waiting for PostgreSQL at $DB_HOST:$DB_PORT..."
until nc -z "$DB_HOST" "$DB_PORT"; do
echo "⏳ PostgreSQL is not ready yet..."
sleep 2
done
echo "✅ PostgreSQL is ready!"
echo "🏁 Starting LTI API (with Air hot reload)..."
exec air -c .air.toml