summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJulien Dessaux2024-10-15 10:05:56 +0200
committerJulien Dessaux2024-10-15 10:05:56 +0200
commit064fa1516de085c41b38315de4ca6a6825e5c364 (patch)
tree76fb843f77d2ac342236cc6cd22f72068d440213 /GNUmakefile
parentchore(deps): udpated dependencies (diff)
downloadods-064fa1516de085c41b38315de4ca6a6825e5c364.tar.gz
ods-064fa1516de085c41b38315de4ca6a6825e5c364.tar.bz2
ods-064fa1516de085c41b38315de4ca6a6825e5c364.zip
chore(tooling): update deploy makefile target
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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"