Update .github/workflows/deployk8s.yaml
This commit is contained in:
10
.github/workflows/deployk8s.yaml
vendored
10
.github/workflows/deployk8s.yaml
vendored
@@ -24,6 +24,12 @@ on:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
tests:
|
||||||
|
type: string
|
||||||
|
default: true
|
||||||
|
vault:
|
||||||
|
type: string
|
||||||
|
default: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@@ -52,8 +58,8 @@ jobs:
|
|||||||
migrate: ${{ inputs.migrate }}
|
migrate: ${{ inputs.migrate }}
|
||||||
appName: ${{ inputs.name || github.event.repository.name }}
|
appName: ${{ inputs.name || github.event.repository.name }}
|
||||||
optionName: ${{ input.name || print "images." github.event.repository.name }}
|
optionName: ${{ input.name || print "images." github.event.repository.name }}
|
||||||
tests: true
|
tests: ${{ inputs.tests }}
|
||||||
vault: true
|
vault: ${{ inputs.vault }}
|
||||||
- name: post-notify
|
- name: post-notify
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main
|
uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main
|
||||||
|
|||||||
Reference in New Issue
Block a user