Compare commits

...

7 Commits

Author SHA1 Message Date
rv f6e69f1af2 10-27-23_19:38:50 2023-10-27 19:38:50 -06:00
rv 11ab95ab7a 10-27-23_19:33:23 2023-10-27 19:33:23 -06:00
rv 68f189ed4d 10-27-23_19:31:47 2023-10-27 19:31:47 -06:00
rv dffb0d4a63 10-27-23_19:31:16 2023-10-27 19:31:16 -06:00
rv 02de894696 10-27-23_19:29:05 2023-10-27 19:29:05 -06:00
rv b9520fb275 10-27-23_19:26:46 2023-10-27 19:26:46 -06:00
rv 32b846b833 10-27-23_19:17:45 2023-10-27 19:17:45 -06:00
2 changed files with 24 additions and 14 deletions

24
.github/workflows/NTFY.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: NTFY Manual Ping
run-name: ${{ github.actor }} has submitted a page build.
on: [page_build]
jobs:
NTFY-Manual-Ping:
runs-on: ubuntu-latest
# needs: pages-build-deployment
steps:
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
- name: Ping NTFY server with update message.
run: |
curl ntfy.sh \
-d '{
"topic": "Hgh543VzdawHYbZw",
"message": "A status update has been posted.",
"actions": [
{
"action": "view",
"label": "Visit Site",
"url": "https://status.astragroup.info/"
}
]
}'
- run: echo "Job status is ${{ job.status }}"

View File

@ -1,14 +0,0 @@
jobs:
name: ntfy_action
uses: blackshot/ntfy-action@v1.1
on: page_build
with:
url: https://ntfy.sh/
topic: Hgh543VzdawHYbZw
tags: update, service, Astra Group
title: Astra Group Service Update
actions: {
"action": "http",
"label": "Open Site",
"url": "https://status.astragroup.info/",
}