We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7e301 commit cfe2b49Copy full SHA for cfe2b49
.github/workflows/build-and-deploy.yml
@@ -139,3 +139,15 @@ jobs:
139
enable-purge-pull-zone: true
140
pull-zone-id: "4574563"
141
replication-timeout: "15000"
142
+
143
+ notify-failure:
144
+ name: Notify on Failure
145
+ runs-on: ubuntu-latest
146
+ needs: [setup, build, deploy]
147
+ if: failure()
148
+ steps:
149
+ - name: Send failure notification
150
+ uses: NiNiyas/ntfy-action@master
151
+ with:
152
+ url: 'https://ntfy.sh'
153
+ topic: ${{ secrets.NTFY_TOPIC }}
0 commit comments