Switching to SSR

Published on: Monday, Jul 8, 2024

Probably shouldn't post about how the site is built

Written by: Levi Currit


OK, yeah, it’s not the greatest achievement. But I figured out how to update Git hooks to post more than just static files. I now have proper AstroJS SSR running on my server using Node. Happy with that. Just another tool in the toolbox.


Edit 8/4/2024:

It’s a matter of updating the bash that runs on post-receive. Just added some code to start the site via Node. There’s definitely a more concise way to handle that, just haven’t figured it out yet.