diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 5c102c7..17755eb 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: curl -u thomas:${{ secrets.NTFY_PASSWORD }} \ -H "Tags: Forgejo Runner" \ -d "🟩 systemsobscure.blog successfully deployed" \ - https://ntfy.systemsobscure.net/test + https://ntfy.systemsobscure.net/sysobs - name: Notify failure if: failure() @@ -34,4 +34,4 @@ jobs: curl -u thomas:${{ secrets.NTFY_PASSWORD }} \ -H "Tags: Forgejo Runner" \ -d "🟥 systemsobscure.blog deployment failed. See Forgejo Action logs." \ - https://ntfy.systemsobscure.net/test + https://ntfy.systemsobscure.net/sysobs