This commit is contained in:
Valentin Afanasev
2025-08-08 00:15:27 +03:00
parent f0913b7895
commit 4c961f681b

View File

@ -18,6 +18,8 @@ inputs:
runs:
using: composite
steps:
- run: echo '${{ toJson(gitea) }}'
shell: bash
- run: |
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=600s