]> Nutra Git (v1) - nutratech/vps-root.git/commitdiff
fix(prod): update Makefile
authorShane Jaroch <chown_tee@proton.me>
Tue, 20 Jan 2026 22:08:42 +0000 (17:08 -0500)
committerShane Jaroch <chown_tee@proton.me>
Tue, 20 Jan 2026 22:08:42 +0000 (17:08 -0500)
Makefile

index 1e8402de604518132833b89849c9fec76f706f44..b85101d7d42156633157b3b410d7613b02d6e035 100644 (file)
--- 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