Ultrawide tweaks

This commit is contained in:
2026-05-03 15:56:04 +12:00
parent 6cd50965e5
commit d1dd103a6e
5 changed files with 165 additions and 72 deletions
+7
View File
@@ -32,6 +32,9 @@ containers untouched.
- [deploy.ps1](deploy.ps1)
- Windows entrypoint for packaging the repo, uploading it, and running the
remote deployment helper over SSH.
- [scripts/deploy.ps1](scripts/deploy.ps1)
- Deprecated compatibility wrapper that forwards to the repo-root
`deploy.ps1`. Keep using the root script directly.
- [scripts/deploy-remote.sh](scripts/deploy-remote.sh)
- Server-side helper that updates only the `goodwalk-svelte` compose project.
- [docker-compose.prod.yml](docker-compose.prod.yml)
@@ -109,6 +112,10 @@ From Windows PowerShell in the repo root:
powershell -ExecutionPolicy Bypass -File .\deploy.ps1
```
This is the single supported deployment entrypoint. If you see
`scripts/deploy.ps1`, that file now just forwards to the root script so the
deployment logic only lives in one place.
Or skip the confirmation prompt:
```powershell