aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ship/deploy.go
Commit message (Expand)AuthorAgeFilesLines
* Clean up: drop v2 suffix, remove webuiClawd2026-02-191-0/+210
* Remove v1 code, simplify state to just base_domainClawd2026-02-171-664/+0
* fix: use project directory for static site .ship/ folderClawd2026-02-151-4/+7
* Add backwards compatibility for existing binary deploymentsbndw2026-02-141-7/+11
* Store deployment configs locally for binary deploymentsbndw2026-02-141-36/+88
* Harden security: name validation, scoped sudoers, safe.directorybndw2026-02-101-0/+3
* Add git-centric deployment with Docker builds and vanity importsbndw2026-02-081-26/+30
* Move deploy implementation to deploy.gobndw2026-01-251-0/+598