From b04c2993c518929c8b1b1055d00a858252863b8d Mon Sep 17 00:00:00 2001 From: Valentin Afanasev Date: Tue, 5 Aug 2025 02:31:07 +0300 Subject: [PATCH] fixes2 --- .gitea/actions/create/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 9fd0c37..061ff83 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -11,4 +11,5 @@ runs: SERVICE_NAME: ${{ inputs.service_name }} steps: - run: | - envsubst < postgres-template.yaml | werf kubectl apply - + envsubst < postgres-template.yaml | werf kubectl apply - + shell: bash