one lazy ai
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user