From 67efee3cb1b70a0696a5522609618e077cf8507d Mon Sep 17 00:00:00 2001 From: Clawd Date: Mon, 16 Feb 2026 12:51:53 -0800 Subject: Add website/ directory with landing page --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13f2835..abab996 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,11 @@ +.PHONY: build install deploy-website + build: go build -o ./bin/ship ./cmd/ship install: cp ./bin/ship /usr/local/bin/ +deploy-website: + ship website/ ship.northwest.io + -- cgit v1.2.3