TIL #2 - GitHub Actions: Automatically Update Homepage on Git Push
Today I learned how to use GitHub Actions to automatically deploy this page to my webserver upon using git push. I had previously used a pre-defined GitHub Action to deploy a .NET app to Azure functions. I wanted to learn more about what actually happens in a GitHub Action. Luckily, there is a well-documented repository for uploading files via ftp on GitHub. I’ve provided the links that I’ve used for learning below....