one lazy ai
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m20s

This commit is contained in:
2025-12-02 22:16:30 -08:00
parent 8949a4e24b
commit b5ed4c4f1b

View File

@@ -283,11 +283,6 @@ jobs:
exit 1
fi
# Install poppler-utils, which provides the `pdftocairo` command-line tool
# required by the background worker for PDF-to-image conversion.
echo "Installing system dependency: poppler-utils..."
sudo apt-get update && sudo apt-get install -y poppler-utils
echo "Installing production dependencies and restarting server..."
cd /var/www/flyer-crawler.projectium.com
npm install --omit=dev # Install only production dependencies