Automate app-base injection during FTP deploy

This commit is contained in:
2026-02-09 18:46:52 +01:00
parent 78dccff90f
commit 6e5bbec86e
4 changed files with 87 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ Pick'n'Play is a .NET 10 ASP.NET Core Minimal API app with a static HTML/CSS/JS
- `GameList.Tests/`: integration and helper tests.
- `scripts/`: deployment scripts (`scripts/deploy-ftp.ps1`, `scripts/deploy-ftp1.ps1`).
- `deploy.ps1`: local shortcut wrapper that runs FTP deploy using `scripts/deploy-ftp.profile.psd1`.
Deploy sets frontend `<meta name="app-base">` automatically from deploy profile `BasePath` (or inferred from `RemoteDir`).
## Operations