Regalamiunsorriso/sync/www-deploy-manifest.md
MaddoScientisto bba8026b7c
All checks were successful
Publish FaceAI Container / publish (push) Successful in 4m43s
feat: Enhance FaceAI functionality and improve login process
- Added a retry mechanism for page navigation in `live-site-test-utils.js` to handle transient errors during login.
- Introduced a new function `performLiveLoginRequest` to handle login requests via API, improving the login flow.
- Updated the login process to utilize the new API request method, ensuring a more robust authentication.
- Implemented new utility functions in `rus-ecom-240621.js` for managing FaceAI state and filtering.
- Created `faceai_photo_lookup.jsp` to handle photo lookups, returning JSON responses for better integration with the frontend.
- Updated `faceai_return.php` to redirect users with appropriate parameters after FaceAI processing.
- Modified `fotoCR.jsp` and `fotoCR-en.jsp` to include FaceAI photo IDs in the image elements for better tracking.
- Enhanced the UI to display the number of matched photos dynamically based on FaceAI results.
2026-04-19 14:18:00 +02:00

1.3 KiB

WWW Deployment Manifest

This document lists the files under www/ in the current deployment set that should be copied to the remote staging path:

/home/marco/regalamiunsorriso/incoming/www

Deployment Set

All files in this rollout are deployed from the current working tree.

New Files

  • None in this rollout.

Updated Files

  • www/_js/rus-ecom-240621.js
  • www/faceai_return.php
  • www/faceai_photo_lookup.jsp
  • www/fotoCR.jsp
  • www/fotoCR-en.jsp

Excluded Files

  • None in this rollout.

Remote Copy Target

  • Source root: K:\various\regalamiunsorriso
  • Remote host: marco@83.149.164.4:410
  • Remote staging path: /home/marco/regalamiunsorriso/incoming/www
  • Remote live path: /home/sites/regalamiunsorriso/www
  • Total files in this manifest: 5

Transfer Method

  • Stage by streaming a tar archive over SSH and extracting it into /home/marco/regalamiunsorriso/incoming so the www/... directory structure is preserved.
  • Promote with /home/marco/promote-file.sh through sudo tcsh so the live destination keeps its required owner, group, and mode.

Verification Expectations

  • Verify staged files with ls -l and cksum.
  • Verify live files with ls -l, stat -f, and cksum.
  • Existing destination files should retain their original metadata after promotion.