diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 914c79b..f0605b3 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -15,5 +15,5 @@ runs: - run: ls -la shell: bash - 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