2023-09-29 21:13:35 -05:00
|
|
|
minecraft-site: minecraft-site.go index.html go.mod go.sum
|
2023-09-29 20:18:41 -05:00
|
|
|
go build -tags netgo -ldflags '-extldflags "-static"'
|
2023-10-12 22:11:57 -05:00
|
|
|
|
|
|
|
.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
|