summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNeonXP <i@neonxp.ru>2023-12-29 01:06:33 +0300
committerNeonXP <i@neonxp.ru>2023-12-29 01:06:33 +0300
commitb0e71c717a7fe3a1ad9b3382b4dd3fd5aae093b5 (patch)
treee9f0ca8cc3afdce92d6d150788c2cd1682acf435 /Makefile
parent923179111cba019f2888ad834e14ff6a436e132b (diff)
update for blog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..572836c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+.PHONY: blog
+blog:
+ docker compose pull blog
+ docker compose up blog -d --remove-orphans --force-recreate
+ docker compose restart caddy \ No newline at end of file