change to step politic correct (i think)
This commit is contained in:
3
.github/workflows/deployk8s.yaml
vendored
3
.github/workflows/deployk8s.yaml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
secrets: ${{ toJSON(secrets) }}
|
secrets: ${{ toJSON(secrets) }}
|
||||||
name: deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
name: deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
id: k8s_deploy
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/k8s@HEAD
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/k8s@HEAD
|
||||||
with:
|
with:
|
||||||
secrets: ${{ toJSON(secrets) }}
|
secrets: ${{ toJSON(secrets) }}
|
||||||
@@ -48,6 +49,6 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/notify@HEAD
|
||||||
with:
|
with:
|
||||||
result: ${{ needs.deploy.result}}
|
result: ${{ steps.k8s_deploy.outcome }}
|
||||||
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
name: k8s deploy ${{ inputs.environment }} tag ${{ inputs.tag }}
|
||||||
secrets: ${{ toJSON(secrets) }}
|
secrets: ${{ toJSON(secrets) }}
|
||||||
Reference in New Issue
Block a user