2024-05-23 20:28:44 +00:00
|
|
|
comment:
|
|
|
|
glob-options:
|
|
|
|
dot: true
|
|
|
|
snippets:
|
|
|
|
- id: image-{{ imageOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
2024-05-24 08:12:27 +00:00
|
|
|
#### :hammer: Docker build `{{ imageOutcome }}`
|
2024-05-23 20:28:44 +00:00
|
|
|
|
|
|
|
- id: build-{{ buildOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
2024-05-24 08:12:27 +00:00
|
|
|
#### :wrench: Jekyll build `{{ buildOutcome }}`
|
2024-05-23 20:28:44 +00:00
|
|
|
|
|
|
|
- id: deploy-{{ deployOutcome }}
|
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
|
|
|
#### :rocket: Jekyll deploy `{{ deployOutcome }}`
|
2024-05-24 08:12:27 +00:00
|
|
|
#### :link: Preview site [here](https://{{ deployWebHost }}{{ deployWebContext }})
|
2024-05-23 20:28:44 +00:00
|
|
|
|
2024-05-23 20:33:45 +00:00
|
|
|
- id: pusher-{{ gitActor }}-{{ gitEventName }}-{{ gitRunNumber }}
|
2024-05-23 20:28:44 +00:00
|
|
|
files:
|
|
|
|
- '**'
|
|
|
|
body: |
|
2024-05-23 20:33:45 +00:00
|
|
|
*Pusher: @{{ gitActor }}, Action: `{{ gitEventName }}`, Workflow: `{{ gitWorkflow }}`, Run: {{ gitRunNumber }}*
|