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

This commit is contained in:
2025-11-22 22:01:04 -08:00
parent 7a02f27c03
commit a4a17f6ae3

View File

@@ -132,7 +132,7 @@ jobs:
- name: Show PM2 Environment for Production
run: |
echo "--- PM2 Environment for flyer-crawler-app ---"
echo "--- PM2 Environment for flyer-crawler-api ---"
# 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-api | grep -E 'DB_DATABASE|DB_NAME|DB_USER|DB_HOST' || echo "Could not find process or DB variables."