new_notify #44
4
.github/workflows/deployk8s.yaml
vendored
4
.github/workflows/deployk8s.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
TAG: ${{ inputs.tag }}
|
TAG: ${{ inputs.tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: notify
|
- name: notify
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main
|
||||||
with:
|
with:
|
||||||
result: 'started'
|
result: 'started'
|
||||||
secrets: ${{ toJSON(secrets) }}
|
secrets: ${{ toJSON(secrets) }}
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
- name: post-notify
|
- name: post-notify
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main
|
||||||
with:
|
with:
|
||||||
result: ${{ steps.k8s_deploy.outcome }}
|
result: ${{ steps.k8s_deploy.outcome }}
|
||||||
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
|
|||||||
Reference in New Issue
Block a user