Regalamiunsorriso/sync/www-deploy-manifest.md
MaddoScientisto 23f811e465
All checks were successful
Publish FaceAI Container / publish (push) Successful in 5m45s
feat: Enhance FaceAI functionality with storage management and update deployment instructions
2026-04-20 19:29:22 +02:00

48 lines
No EOL
1.4 KiB
Markdown

# 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/_inc_header.jsp`
- `www/_inc_headerNoCr.jsp`
- `www/_inc_headerNoCr-en.jsp`
- `www/_inc_headerNoCrNews.jsp`
- `www/_inc_headerNoCrNews-en.jsp`
- `www/_js/rus-ecom-240621.js`
- `www/faceai_simulator_view.php`
- `www/faceai_config.php`
- `www/faceai_return.php`
## 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: `9`
## 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.