frontend work !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m42s

This commit is contained in:
2025-11-22 12:45:58 -08:00
parent 81bb515a5b
commit 82d38b9e52

View File

@@ -151,7 +151,7 @@ jobs:
# 2. Copy the built frontend assets into the same directory.
# This will correctly place index.html and the assets/ folder in the webroot.
rsync -avz --delete --exclude '.env.local' dist/ "/var/www/flyer-crawler.projectium.com"
rsync -avz --exclude '.env.local' dist/ "/var/www/flyer-crawler.projectium.com"
echo "Application deployment complete."
- name: Install Backend Dependencies and Restart Server