How to Add ntfy Notifications to GitHub Actions for Build Alerts
Ahmet ALMAZ
In a previous article, I talked about containerizing my Astro site using Docker and deploying it via GitHub Actions. While that setup automated my entire CI/CD pipeline beautifully, I quickly realized a major gap: I had no way of knowing whether my Astro build succeeded or failed unless I manually...