From 064fa1516de085c41b38315de4ca6a6825e5c364 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 15 Oct 2024 10:05:56 +0200 Subject: chore(tooling): update deploy makefile target --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 86ef5e3..c86fa6b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -88,5 +88,5 @@ push: tidy no-dirty check ## push changes to git remote .PHONY: deploy deploy: ods ## deploy changes to the production server - rsync $(OUTDIR)/ods root@ods.adyxax.org:/srv/ods/ + rsync $(OUTDIR)/ods root@ods.adyxax.org:/usr/local/bin/ ssh root@ods.adyxax.org "systemctl restart ods" -- cgit v1.2.3