Parameterize FTP deployment with environment profiles

This commit is contained in:
2026-02-08 21:50:58 +01:00
parent d2ab8a676f
commit 368b4877bc
4 changed files with 210 additions and 95 deletions

View File

@@ -44,6 +44,7 @@ Pick'n'Play is a .NET 10 ASP.NET Core Minimal API app with a static HTML/CSS/JS
- `wwwroot/`: static frontend assets.
- `GameList.Tests/`: integration and helper tests.
- `scripts/`: deployment scripts.
`scripts/deploy-ftp.ps1` is profile-driven via `scripts/deploy-ftp.profile.sample.psd1`.
## Operations