diff options
-rw-r--r-- | GNUmakefile | 2 |
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" |