Simple one page static pages that you may make small edits to (such as a simple web game or demo page), what's your setup for efficient deploys? Framework, hosting, uploading?
Simple html and CSS, Zurb Foundation(super convenient, has all the elements I need, takes care of 80% of the design), deploy to Digital Ocean, serve with nginx.
It's changed over the years, but presently I use GitHub for Source control and pull down to a Raspberry Pi for hosting. Then I connect using Dynamic DNS.
If it's something that I can do completely in markdown, then I just hosted on GitHub
Super efficient?
Just upload content to production. I remember at my first job they pressed an "up" arrow button once content looked good in their browsers.
I do the same. I spend a lot of time sketching and mentally toying with it before I drop code. It gives me something to do on train rides and is a welcome luxury in comparison to agile.
https://github.com/Jon-Biz/simple-static-react
https://github.com/Jon-Biz/simple-static-react-router
I'm going to publish a React/Aframe version and one with a server tomorrow.
EDIT: probably not tomorrow, but in the next few days for sure :)