pokkiff

joined 1 year ago
[–] pokkiff@lemmy.sdf.org 13 points 10 months ago (5 children)

I know this is self hosting, but I would probably just drop them in a S3 bucket with static hosting enabled and be done with it. Never have to worry about availability or big transfers eating up your upload at home. Probably wouldn’t cost more than a dollar a month.

[–] pokkiff@lemmy.sdf.org 1 points 10 months ago

Yes, this is absolutely a valid way to host a static site. I have done this specifically for several sites.

[–] pokkiff@lemmy.sdf.org 1 points 11 months ago

I avoid the need to do this by always keeping my local changes in a branch. Then I can pull master from the remote without any merging, rebase my branch, then merge the branch back into master in a fast forward. Keeps a clean stack of commits without any merges in the history.