chore(tooling): update deploy makefile target

This commit is contained in:
Julien Dessaux 2024-10-15 10:05:56 +02:00
parent cb7b78d661
commit 6fafbf7640
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -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"