summaryrefslogtreecommitdiffstats
path: root/internal/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add CPU and memory limits for appsbndw2026-01-251-0/+6
| | | | | | | | | | | | Adds --memory and --cpu flags to set systemd resource limits: ship --binary ./app --memory 512M --cpu 100% Also adds config update mode - use --name without --binary to update an existing app's config without redeploying the binary: ship --name myapp --cpu 50% ship --name myapp --memory 256M --env DEBUG=true Limits are stored in state and preserved on redeploy.
* filesbndw2025-12-281-1/+1
|
* initbndw2025-12-281-0/+82