gitea workflow: remove notifications
All checks were successful
Build / build (push) Successful in 3m41s
All checks were successful
Build / build (push) Successful in 3m41s
This commit is contained in:
@@ -36,23 +36,3 @@ jobs:
|
||||
mkdir -p /var/lib/dotfiles-deploy
|
||||
readlink -f result > /var/lib/dotfiles-deploy/mreow
|
||||
nix-store --add-root /var/lib/dotfiles-deploy/mreow-gcroot -r "$(readlink -f result)"
|
||||
|
||||
- name: Notify success
|
||||
if: success()
|
||||
run: |
|
||||
curl -sf -X POST \
|
||||
"https://ntfy.sigkill.computer/deployments" \
|
||||
-H "Title: [dotfiles] Build succeeded" \
|
||||
-H "Priority: default" \
|
||||
-H "Tags: white_check_mark" \
|
||||
-d "dotfiles built from commit ${GITHUB_SHA::8}"
|
||||
|
||||
- name: Notify failure
|
||||
if: failure()
|
||||
run: |
|
||||
curl -sf -X POST \
|
||||
"https://ntfy.sigkill.computer/deployments" \
|
||||
-H "Title: [dotfiles] Build FAILED" \
|
||||
-H "Priority: urgent" \
|
||||
-H "Tags: rotating_light" \
|
||||
-d "dotfiles build failed at commit ${GITHUB_SHA::8}"
|
||||
|
||||
Reference in New Issue
Block a user