From d8a4732a03601a9d66c6d24b9a56d2792a687cc5 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Thu, 18 Apr 2024 12:29:20 -0400 Subject: [PATCH] adjust sections in Makefile --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfb9175..ad9a786 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ format: ## format SQL with pg_format # --------------------------------------- -# Build & install +# Build, test, and docs # --------------------------------------- DB_VERSION ?= $(shell python3 sql/latest_version.py) @@ -52,6 +52,11 @@ docs: ## Build the relational SVG diagram ./docs/sqleton.sh + +# --------------------------------------- +# Deploy +# --------------------------------------- + .PHONY: deploy/get-current-db-version deploy/get-current-db-version: @test "${DB_VERSION}" -- 2.52.0