summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJulien Dessaux2024-10-15 10:05:56 +0200
committerJulien Dessaux2025-02-09 10:09:32 +0100
commit6fafbf7640579ca6a710fe022c618035d1e751a4 (patch)
tree76fb843f77d2ac342236cc6cd22f72068d440213 /GNUmakefile
parentchore(deps): update dependencies (diff)
downloadods-6fafbf7640579ca6a710fe022c618035d1e751a4.tar.gz
ods-6fafbf7640579ca6a710fe022c618035d1e751a4.tar.bz2
ods-6fafbf7640579ca6a710fe022c618035d1e751a4.zip
chore(tooling): update deploy makefile target
Diffstat (limited to '')
-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"