aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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