Example

Mark Hart ❤️ IT Lab

Testing update

2025-09-15 by Mark Hart

Testing update

This app currently uses markdown files for each blog entry. That means that I have to upload a file each time. This is just a temporay work around - while I go down the real rabbit hole (more to come).

I want to keep everything consistance so that means the work flow is

  1. compose article using vscode
  2. commit changes to repo
  3. ssh into the vps and run script that
    • git pulls the changes
    • rebuild & launch the stack

This post is to test that workflow before writing the script

Future refinement will be creating a cron job do the task on a regular interval 😊