change
This commit is contained in:
16
.github/workflows/deployk8s.yaml
vendored
16
.github/workflows/deployk8s.yaml
vendored
@@ -44,12 +44,10 @@ jobs:
|
|||||||
environment: ${{ inputs.environment }}
|
environment: ${{ inputs.environment }}
|
||||||
tag: ${{ inputs.tag }}
|
tag: ${{ inputs.tag }}
|
||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
|
- name: post-notify
|
||||||
notify:
|
if: always()
|
||||||
needs: [deploy]
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
||||||
if: always()
|
with:
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
result: ${{ needs.deploy.result}}
|
||||||
with:
|
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
result: ${{ needs.deploy.result}}
|
secrets: inherit
|
||||||
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
|
||||||
secrets: inherit
|
|
||||||
Reference in New Issue
Block a user