Compare commits
No commits in common. "master" and "1.2.0" have entirely different histories.
5
Makefile
5
Makefile
|
@ -1,7 +1,2 @@
|
||||||
minecraft-site: minecraft-site.go index.html go.mod go.sum
|
minecraft-site: minecraft-site.go index.html go.mod go.sum
|
||||||
go build -tags netgo -ldflags '-extldflags "-static"'
|
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
|
|
||||||
|
|
|
@ -55,9 +55,6 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</section>
|
</section>
|
||||||
{{end}}
|
{{end}}
|
||||||
<p class="light">
|
<p class="light">This page maintained by chandlerswift's <a href="https://git.chandlerswift.com/chandlerswift/minecraft-site">minecraft server list</a>.</p>
|
||||||
This page maintained by chandlerswift's <a href="https://git.chandlerswift.com/chandlerswift/minecraft-site">minecraft server list</a>.
|
|
||||||
<a href="/data.json">API at /data.json</a>.
|
|
||||||
</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue