aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Kavon <me+git@alexkavon.com>2024-01-22 13:44:44 -0500
committerAlexander Kavon <me+git@alexkavon.com>2024-01-22 13:44:44 -0500
commit4f15e271f541ecd525268efa40992e0f5c057e12 (patch)
treec3c7cc20a3699d16cefff8cf114e8e7429a47463 /Makefile
parentb3c1584ec4a5bcba84a10cd9b6501d0e978c2457 (diff)
rebuild commands, update postgres port to standard 5432
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7972a6..7d4866e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: migrate unmigrate rollback
+.PHONY: migrate unmigrate rollback dev halt rs
migrate:
TERN_CONFIG=migrations/tern.conf TERN_MIGRATIONS=migrations tern migrate
@@ -14,3 +14,6 @@ dev:
halt:
podman compose down
+
+rs:
+ podman compose up --build -d server