DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: 'Build Backend'
|
||||
name: 'Deploy Backend'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -89,8 +89,8 @@ jobs:
|
||||
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
||||
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
||||
--set "imagePullSecrets[0].name=regcred" \
|
||||
-f ./helms/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
||||
-f ./helms/devspc/stands/values.yaml \
|
||||
-f ./helms/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml \
|
||||
--wait
|
||||
- name: 'Cleanup'
|
||||
if: always()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: 'Build Frontend'
|
||||
name: 'Deploy Frontend'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
@@ -136,8 +136,8 @@ jobs:
|
||||
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
|
||||
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
|
||||
--set "imagePullSecrets[0].name=regcred" \
|
||||
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \
|
||||
-f "${{ github.workspace }}/devspc/values.yaml" \
|
||||
-f "${{ github.workspace }}/devspc/stands/${{ github.event.inputs.namespace }}/values.yaml" \
|
||||
--wait
|
||||
- name: 'Cleanup'
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user