From 31e9ec8e257ef502f857ff717928866b443475ac Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Tue, 20 Jan 2026 17:08:42 -0500 Subject: [PATCH] fix(prod): update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1e8402d..b85101d 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ stage/nginx: ##H @Remote Stage files on the remote VPS scp -q -r scripts/gitweb-simplefrontend/* $(VPS):~/.nginx-staging/scripts/gitweb-simplefrontend/ scp -q scripts/deploy.sh $(VPS):~/.nginx-staging/scripts/deploy.sh scp -q scripts/gen_services_map.py $(VPS):~/.nginx-staging/scripts/gen_services_map.py + scp -q scripts/homepage.html $(VPS):~/.nginx-staging/scripts/homepage.html .PHONY: diff/nginx diff/nginx: ##H @Remote Show diff between local and remote -- 2.52.0