Skip to content

Commit

Permalink
Add deployment succeeded notification
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcH committed Sep 3, 2023
1 parent 157147c commit b4aecab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Deployment Notification
run: |
curl -d "blog.mchone.dev deployment succeeded! 🎉🚀" https://ntfy.mchone.dev/deployments

0 comments on commit b4aecab

Please sign in to comment.