Deployment testing process

This post is testing my made-up deployment process (so I don’t have to log directly into my server to create a post):

  • Create a new post Markdown file directly in my git repo
  • Trigger a script on my server that:
    • Pulls the latest changes from the remote git repo
    • Runs my hugo build script (generate the new site, copy the public folder to the /var/www location)

Let’s see if it works!