Add deploy command to Makefile
This commit is contained in:
parent
4761cfbd1c
commit
3458476ca4
5
Makefile
5
Makefile
|
@ -1,2 +1,7 @@
|
|||
minecraft-site: minecraft-site.go index.html go.mod go.sum
|
||||
go build -tags netgo -ldflags '-extldflags "-static"'
|
||||
|
||||
.PHONY: deploy
|
||||
deploy: minecraft-site
|
||||
rsync --rsync-path="sudo -u minecraft rsync" minecraft-site zirconium:/home/minecraft/minecraft-site
|
||||
ssh zirconium sudo systemctl restart minecraft-site.service
|
||||
|
|
Loading…
Reference in a new issue