updated site deployment
This commit is contained in:
parent
f341e246ff
commit
8b32122191
@ -8,8 +8,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: cstuder/apprise-ga@master
|
- uses: cstuder/apprise-ga@master
|
||||||
with:
|
with:
|
||||||
title: 'Push received on {{ ref }}'
|
title: 'jonb.io site deployment'
|
||||||
message: >-
|
message: >-
|
||||||
|
Push received on {{ ref }}
|
||||||
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
|
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
|
||||||
truncate(128) }} ({{ head_commit.id[0:7] }})
|
truncate(128) }} ({{ head_commit.id[0:7] }})
|
||||||
env:
|
env:
|
||||||
@ -62,9 +63,7 @@ jobs:
|
|||||||
timeout: 60000
|
timeout: 60000
|
||||||
- uses: cstuder/apprise-ga@master
|
- uses: cstuder/apprise-ga@master
|
||||||
with:
|
with:
|
||||||
title: 'Push received on {{ ref }}'
|
title: 'jonb.io site deployment'
|
||||||
message: >-
|
message: Push received on {{ ref }} Commit by {{ head_commit.author.name }}: {{ head_commit.message | truncate(128) }} ({{ head_commit.id[0:7] }}) deployed.
|
||||||
Commit by {{ head_commit.author.name }}: {{ head_commit.message |
|
|
||||||
truncate(128) }} ({{ head_commit.id[0:7] }})
|
|
||||||
env:
|
env:
|
||||||
APPRISE_URL: '${{ secrets.APPRISE_URL }}'
|
APPRISE_URL: '${{ secrets.APPRISE_URL }}'
|
Loading…
x
Reference in New Issue
Block a user