updated site deployment
This commit is contained in:
		| @@ -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 }}' | ||||
		Reference in New Issue
	
	Block a user