From 18ea1bc4a6a3806d1348c0edd2f09ca805d50d24 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Tue, 24 Mar 2026 18:27:29 +1000 Subject: [PATCH] chore: remove obsolete Makefile targets --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index ad490b98..e2783ca6 100644 --- a/Makefile +++ b/Makefile @@ -3,20 +3,10 @@ CORROSION_IMAGE ?= ghcr.io/psviderski/corrosion:latest UCIND_IMAGE ?= ghcr.io/psviderski/ucind:latest -demo-reset: - rm -fv ~/.config/uncloud/config.yaml - ssh ubuntu@152.67.101.197 "AUTO_CONFIRM=true sudo -E uncloud-uninstall && docker rmi caddy:2.9.1" - ssh root@5.223.45.199 "AUTO_CONFIRM=true sudo -E uncloud-uninstall" - ssh spy@192.168.40.243 "AUTO_CONFIRM=true sudo -E uncloud-uninstall" - .PHONY: ucind-cluster ucind-cluster: go run ./cmd/ucind cluster rm && go run ./cmd/ucind cluster create -m $(if $(MACHINES_COUNT),$(MACHINES_COUNT),3) -.PHONY: proto -proto: - mise run proto - .PHONY: corrosion-image corrosion-image: docker build -t "$(CORROSION_IMAGE)" --target corrosion .