| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Removed:
- GIT_AND_GOMOD_PLAN.md (old planning)
- PLAN_v0.2.0.md (old planning)
- PROGRESS.md (v2 progress tracking, complete)
- TODO.md (all items fixed)
- ship-new binary (added to gitignore)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
| |
Static sites now default to using the domain as the name instead of
the source directory basename, preventing conflicts when multiple
sites use the same directory name (e.g., dist).
Also fixes .gitignore to not exclude cmd/deploy/ directory.
|
| |
|