updated site deployment

This commit is contained in:
Jonathan Branan 2024-11-04 23:18:39 -06:00
parent f341e246ff
commit 8b32122191

View File

@ -8,8 +8,9 @@ jobs:
steps:
- uses: cstuder/apprise-ga@master
with:
title: 'Push received on {{ ref }}'
title: 'jonb.io site deployment'
message: >-
Push received on {{ ref }}
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
truncate(128) }} ({{ head_commit.id[0:7] }})
env:
@ -62,9 +63,7 @@ jobs:
timeout: 60000
- uses: cstuder/apprise-ga@master
with:
title: 'Push received on {{ ref }}'
message: >-
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
truncate(128) }} ({{ head_commit.id[0:7] }})
title: 'jonb.io site deployment'
message: Push received on {{ ref }} Commit by {{ head_commit.author.name }}: {{ head_commit.message | truncate(128) }} ({{ head_commit.id[0:7] }}) deployed.
env:
APPRISE_URL: '${{ secrets.APPRISE_URL }}'