chore(tooling): update deploy makefile target
This commit is contained in:
parent
cb7b78d661
commit
6fafbf7640
1 changed files with 1 additions and 1 deletions
|
@ -88,5 +88,5 @@ push: tidy no-dirty check ## push changes to git remote
|
||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy: ods ## deploy changes to the production server
|
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"
|
ssh root@ods.adyxax.org "systemctl restart ods"
|
||||||
|
|
Loading…
Add table
Reference in a new issue