From: Shane Jaroch Date: Tue, 20 Jan 2026 22:08:42 +0000 (-0500) Subject: fix(prod): update Makefile X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=31e9ec8e257ef502f857ff717928866b443475ac;p=nutratech%2Fvps-root.git fix(prod): update Makefile --- 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