chore(tooling): improve README and Makefile
This commit is contained in:
parent
77b539522c
commit
55168d4091
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue