I'm looking for a simpler method to deploy my Hugo site to Serv00.
Currently, I zip the static site, upload it via SSH/SFTP, and then unzip it in the public_html directory. This process feels cumbersome.
I also tried using rclone to upload directly via SFTP, but I encountered numerous hashing errors that I couldn't resolve.
Any suggestions for a smoother deployment process?