Changelog
Static VPS deployment path selected
Rustles web will deploy built static files to a VPS instead of running a live Node server in production.
The production target for the website is intentionally boring.
The VPS only needs to serve built files. That means:
- lower runtime complexity
- fewer moving parts during launches
- easier rollback if a bad deploy slips through