From 4942876d892025c2938accb99ad2c69b2195507b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Sun, 19 Jan 2025 19:48:32 +0100 Subject: [PATCH] ci: Add missing phony targets --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6558e5a..9673c3e 100644 --- a/Makefile +++ b/Makefile @@ -27,14 +27,16 @@ live: lint: golangci-lint run +.PHONY: lint lintfix: golangci-lint run --fix +.PHONY: lintfix # ------------ # audit # ------------ - +# sdlaksdjlask dlaksd asdlkjasdl as ## audit: Run `go mod tidy`, `go fmt`, `golint`, `go test`, and `go vet` audit: echo 'Tidying...' @@ -163,3 +165,4 @@ vps/logs/app: ## vps/redeploy: Prompt watchtower to poll and deploy new version vps/redeploy: ssh n8n-shortlink-infra "docker exec watchtower /watchtower --run-once n8n-shortlink" +.PHONY: vps/redeploy