summaryrefslogtreecommitdiffstats
path: root/internal/state
Commit message (Collapse)AuthorAgeFilesLines
* Rename project from deploy to shipbndw2026-01-241-4/+4
| | | | | | | | | - Rename module to github.com/bdw/ship - Rename cmd/deploy to cmd/ship - Update all import paths - Update config path from ~/.config/deploy to ~/.config/ship - Update VPS env path from /etc/deploy to /etc/ship - Update README, Makefile, and docs
* Move default host from config file to state.jsonbndw2026-01-231-1/+12
| | | | | | | | | Instead of a separate ~/.config/deploy/config file, the default host is now stored as default_host in state.json. This simplifies the config and keeps all state in one place. The init command now automatically sets the default host if none is configured.
* filesbndw2025-12-281-1/+3
|
* initbndw2025-12-281-0/+146