fix
This commit is contained in:
@ -10,8 +10,7 @@ runs:
|
|||||||
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||||
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
|
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
POD_NAME: ${{ inputs.service_name }}
|
POD_NAME: ${{ inputs.service_name }}
|
||||||
APP_NAME: ${{ inputs.service_name }}
|
APP_NAME: ${{ inputs.service_name }}
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
shell: bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user