From 3458476ca49f3fdf7e3b3689a7fb7ccb30162f01 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 12 Oct 2023 22:11:57 -0500 Subject: [PATCH 1/2] Add deploy command to Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 68066f2..7b57339 100644 --- a/Makefile +++ b/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 From 24c4134dbaec95f8cf9a06ca012bbb7ca3488ea0 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 12 Oct 2023 22:40:37 -0500 Subject: [PATCH 2/2] Add API link to footer --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 385a4e0..e04fff8 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,9 @@ {{end}} {{end}} -

This page maintained by chandlerswift's minecraft server list.

+

+ This page maintained by chandlerswift's minecraft server list. + API at /data.json. +