chore(tooling): improve README and Makefile
All checks were successful
/ deploy (push) Has been skipped
/ publish (push) Has been skipped
/ test (push) Successful in 13s
/ build (push) Has been skipped

This commit is contained in:
Julien Dessaux 2025-03-16 00:02:52 +01:00
parent 77b539522c
commit 55168d4091
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 9 additions and 2 deletions

View file

@ -37,8 +37,8 @@ push: tidy no-dirty check ## push changes to git remote
.PHONY: deploy
deploy: build ## deploy changes to the production server
rsync ./ods root@ods.adyxax.org:/usr/local/bin/
ssh root@ods.adyxax.org "systemctl restart ods"
rsync ./ods ods@ods.adyxax.org:
ssh ods@ods.adyxax.org "systemctl --user restart ods"
##### Utils ####################################################################
.PHONY: confirm