Compare commits
27 Commits
2.1.0
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
f4993ad57c
|
|||
| 59f3aa6992 | |||
|
89ef1e21bf
|
|||
| 20139360d0 | |||
|
7c1ac8432d
|
|||
| 56a624272c | |||
|
39e0a1db54
|
|||
| 5b535239c8 | |||
|
70e87b3732
|
|||
| 6488df5d54 | |||
|
0dc2ac4afc
|
|||
| 569b61f6a8 | |||
|
c602569df7
|
|||
| 24c53cbb53 | |||
|
6f4c6177a4
|
|||
| 826c53174e | |||
|
2775f0e240
|
|||
| e12174c170 | |||
|
5128a60269
|
|||
| 5e133c4fb9 | |||
|
9340faabcd
|
|||
| 9ee670346f | |||
|
ae236af1e4
|
|||
| cccb25f802 | |||
|
aaa37abcd4
|
|||
| 634506a3a5 | |||
| 5a62d0f571 |
@@ -75,11 +75,11 @@ jobs:
|
||||
with:
|
||||
url: '${{ secrets.NTFY_URL }}'
|
||||
topic: '${{ secrets.NTFY_TOPIC }}'
|
||||
title: 'Gitea Action'
|
||||
title: 'Release Success - Site Profile'
|
||||
priority: 3
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
|
||||
tags: action,successfully,completed
|
||||
details: 'Site Profile build workflow has successfully completed!'
|
||||
details: 'Image for Site Profile has been released!'
|
||||
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
|
||||
|
||||
- name: ntfy Failed
|
||||
@@ -88,11 +88,11 @@ jobs:
|
||||
with:
|
||||
url: '${{ secrets.NTFY_URL }}'
|
||||
topic: '${{ secrets.NTFY_TOPIC }}'
|
||||
title: 'Gitea Action'
|
||||
title: 'Release Failure - Site Profile'
|
||||
priority: 4
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
|
||||
tags: action,failed
|
||||
details: 'Site Profile build workflow has failed!'
|
||||
details: 'Image for Site Profile has failed to be released.'
|
||||
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
|
||||
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=release-image.yml", "clear": true}]'
|
||||
image: true
|
||||
|
||||
@@ -35,3 +35,18 @@ jobs:
|
||||
|
||||
- name: Build Project
|
||||
run: pnpm build
|
||||
|
||||
- name: ntfy Failed
|
||||
uses: niniyas/ntfy-action@master
|
||||
if: failure()
|
||||
with:
|
||||
url: '${{ secrets.NTFY_URL }}'
|
||||
topic: '${{ secrets.NTFY_TOPIC }}'
|
||||
title: 'Test Failure - Site Profile'
|
||||
priority: 4
|
||||
headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'
|
||||
tags: action,failed
|
||||
details: 'Tests have failed for building Site Profile'
|
||||
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
|
||||
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=test-build.yaml", "clear": true}]'
|
||||
image: true
|
||||
|
||||
@@ -79,6 +79,6 @@
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"timeago.js": "^4.0.2",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.46.3"
|
||||
"typescript-eslint": "8.47.0"
|
||||
}
|
||||
}
|
||||
|
||||
609
pnpm-lock.yaml
generated
609
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user