From 5861e465a2ccf31d87ea25ac145770786f9cc96e Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 24 Jan 2026 09:48:34 -0800 Subject: Rename project from deploy to ship - 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccdc96e..13f2835 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ build: - go build -o ./bin/deploy ./cmd/deploy + go build -o ./bin/ship ./cmd/ship install: - cp ./bin/deploy /usr/local/bin/ + cp ./bin/ship /usr/local/bin/ -- cgit v1.2.3