diff options
author | Julien Dessaux | 2024-10-15 10:05:56 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-10-15 10:05:56 +0200 |
commit | 064fa1516de085c41b38315de4ca6a6825e5c364 (patch) | |
tree | 76fb843f77d2ac342236cc6cd22f72068d440213 /GNUmakefile | |
parent | chore(deps): udpated dependencies (diff) | |
download | ods-064fa1516de085c41b38315de4ca6a6825e5c364.tar.gz ods-064fa1516de085c41b38315de4ca6a6825e5c364.tar.bz2 ods-064fa1516de085c41b38315de4ca6a6825e5c364.zip |
chore(tooling): update deploy makefile target
Diffstat (limited to 'GNUmakefile')
-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" |