one lazy ai
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled

This commit is contained in:
2025-12-02 22:07:46 -08:00
parent 6d6eba777d
commit 8949a4e24b
2 changed files with 24 additions and 62 deletions

View File

@@ -283,6 +283,11 @@ 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