use file by url

This commit is contained in:
Valentin Afanasev
2025-08-05 02:50:42 +03:00
parent 32bf9396e2
commit e1b2ba4ac9

View File

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