The begining.
I managed to use my static website server (Linode) to try and learn some useful things about CI/CD and docs-as-code. I will try to describe my journey here.
Using ChatGPT I started with making a simple deploy.yml script to automatically deploy any changes done in the repository to my webserver. I had to remember some basic things about Github, SSH keys, and Linux operations to do that.
¯\_(ツ)_/¯