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