From e1b2ba4ac9258a479a53cc0edb6cdb5d202e068f Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 02:50:42 +0300 Subject: [PATCH] use file by url --- .gitea/actions/create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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