1.6 KiB
1.6 KiB
WWW Deployment Manifest
This document lists the files under www/ in the current FaceAI feature-flag rollout 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.jswww/faceai_config.phpwww/faceai_handoff.phpwww/faceai_simulator_view.phpwww/fotoCR-en.jspwww/fotoCR.jsp
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:
6
Transfer Method
- Stage by streaming a tar archive over SSH and extracting it into
/home/marco/regalamiunsorriso/incomingso thewww/...directory structure is preserved. - Promote with
/home/marco/promote-file.shthroughsudo tcshso the live destination keeps its required owner, group, and mode.
Verification Expectations
- Verify staged files with
ls -landcksum. - Verify live files with
ls -l,stat -f, andcksum. - Existing destination files should retain their original metadata after promotion.
Known Shell Quirks
- The remote login shell behaves as
tcsh, so POSIX shell loops fail unless run throughsh -c. - The server
shdoes not support-l, so usesh -c, notsh -lc. - Direct SSH plus tar works reliably on this host; MCP SSH was previously unreliable and is avoided.