top | item 46049345

(no title)

elaus | 3 months ago

My job requires the whole modern pipeline with Vue front ends, Quarkus services and k8s deployments and it's suitable for what we do in our teams.

But I have dozens of websites I built and am still building today in the way described and it works just as well for me. As a single developer with "simple" websites it's just great to have so little mental load when fixing some small things.

Admittedly I have a small script to upload stuff via ftp (if ssh/rsync is not available), so no FileZilla anymore :)

discuss

order

serial_dev|3 months ago

I, too, settled on a minimalist process for deploying my blog, just build it with a Hugo, copy the files over to a cheap server, and there you go, deployed. It's the right tool for the job (for me).

Firehawke|3 months ago

Or, for that matter, using GitHub Actions to do the final Hugo build and remote deployment when you do a git push.

lelanthran|3 months ago

> I, too, settled on a minimalist process for deploying my blog, just build it with a Hugo, copy the files over to a cheap server, and there you go, deployed.

Meh. That's over-engineered[1] /s :-)

--------------------

[1] I have a bash script that produces the site from markdown snippets, commits it to a repo and the VPS pulls master periodically.