prod broken
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m0s

This commit is contained in:
2025-11-22 21:54:25 -08:00
parent ebf634f2d3
commit 7a02f27c03

View File

@@ -135,4 +135,4 @@ jobs:
echo "--- PM2 Environment for flyer-crawler-app ---"
# This command inspects the running process and shows its environment variables.
# It helps verify that the correct .env file or ecosystem variables are being used.
pm2 describe flyer-crawler-app | grep -E 'DB_DATABASE|DB_NAME|DB_USER|DB_HOST' || echo "Could not find process or DB variables."
pm2 describe flyer-crawler-api | grep -E 'DB_DATABASE|DB_NAME|DB_USER|DB_HOST' || echo "Could not find process or DB variables."