2026-04-11 15:57:35 +02:00
# WWW Deployment Manifest
2026-04-18 10:57:58 +02:00
This document lists the files under `www/` in the current deployment set that should be copied to the remote staging path:
2026-04-11 15:57:35 +02:00
`/home/marco/regalamiunsorriso/incoming/www`
2026-04-12 15:21:33 +02:00
## Deployment Set
2026-04-11 15:57:35 +02:00
2026-04-12 15:21:33 +02:00
All files in this rollout are deployed from the current working tree.
2026-04-11 15:57:35 +02:00
## New Files
2026-04-19 11:00:50 +02:00
- None in this rollout.
2026-04-11 15:57:35 +02:00
## Updated Files
2026-04-19 11:00:50 +02:00
- `www/_js/rus-ecom-240621.js`
- `www/faceai_handoff.php`
2026-04-19 08:48:15 +02:00
## Excluded Files
2026-04-19 10:26:34 +02:00
- None in this rollout.
2026-04-11 15:57:35 +02:00
## Remote Copy Target
- Source root: `K:\various\regalamiunsorriso`
- Remote host: `marco@83.149.164.4:410`
2026-04-12 15:21:33 +02:00
- Remote staging path: `/home/marco/regalamiunsorriso/incoming/www`
- Remote live path: `/home/sites/regalamiunsorriso/www`
2026-04-19 11:00:50 +02:00
- Total files in this manifest: `2`
2026-04-11 15:57:35 +02:00
2026-04-12 15:21:33 +02:00
## Transfer Method
2026-04-11 15:57:35 +02:00
2026-04-12 15:21:33 +02:00
- 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.
2026-04-11 15:57:35 +02:00
2026-04-12 15:21:33 +02:00
## Verification Expectations
2026-04-11 15:57:35 +02:00
2026-04-12 15:21:33 +02:00
- Verify staged files with `ls -l` and `cksum` .
- Verify live files with `ls -l` , `stat -f` , and `cksum` .
2026-04-18 12:19:43 +02:00
- Existing destination files should retain their original metadata after promotion.