This commit is contained in:
Valentin Afanasev
2025-08-05 03:06:09 +03:00
parent 2a0c52da14
commit fb5f3c8c40

View File

@ -15,5 +15,5 @@ runs:
- run: ls -la
shell: bash
- run: |
curl https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
shell: bash