This commit is contained in:
Valentin Afanasev
2025-08-06 22:14:37 +03:00
parent 3d89044f04
commit 85aa6795d1

View File

@ -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 -
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
shell: bash
env:
POD_NAME: ${{ inputs.service_name }}
APP_NAME: ${{ inputs.service_name }}
SERVICE_NAME: ${{ inputs.service_name }}
shell: bash
env:
POD_NAME: ${{ inputs.service_name }}
APP_NAME: ${{ inputs.service_name }}
SERVICE_NAME: ${{ inputs.service_name }}