stage/nginx: ##H @Remote Stage files on the remote VPS
@echo "Staging files on $(VPS_HOST) (ENV=$(ENV))..."
python3 scripts/gen_services_map.py etc/nginx/conf.d/default.$(ENV).conf
- # Tar files and stream to remote - significantly faster than multiple SCPs
+ # Tar files and stream to remote
+ # Include only: "$(ENV)/*.conf" and non-env-specific "*.conf" files
tar cz \
etc/nginx/conf.d/*.conf \
+ etc/nginx/conf.d/$(ENV)/*.conf \
etc/gitweb.conf \
scripts/gitweb-simplefrontend \
scripts/deploy.sh \
</div>
<footer>
- <p>Built: 2026-01-21 16:25:30 | Services: 3 | Server: San Jose, CA</p>
+ <p>Built: 2026-01-21 16:37:49 | Services: 3 | Server: San Jose, CA</p>
<p>Nginx: <span class="ssi">v<!--#echo var="nginx_version"--></span> |
Protocol: <span class="ssi"><!--#echo var="server_protocol"--></span> |
Served: <span class="ssi"><!--#echo var="date_local"--></span> |
</div>
<footer>
- <p>Built: 2026-01-21 16:25:30 | Services: 6 | Server: San Jose, CA</p>
+ <p>Built: 2026-01-21 16:37:49 | Services: 6 | Server: San Jose, CA</p>
<p>Nginx: <span class="ssi">v<!--#echo var="nginx_version"--></span> |
Protocol: <span class="ssi"><!--#echo var="server_protocol"--></span> |
Served: <span class="ssi"><!--#echo var="date_local"--></span> |