diff --git a/.gitea/actions/create/.action.yml.swp b/.gitea/actions/create/.action.yml.swp new file mode 100644 index 0000000..4eabcbc Binary files /dev/null and b/.gitea/actions/create/.action.yml.swp differ diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 637b61e..933466a 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -9,4 +9,4 @@ runs: APP_NAME: ${{ inputs.service_name }} SERVICE_NAME: ${{ inputs.service_name }} steps: - run: envsubst < postgres-template.yaml | werf kubectl apply - + run: "envsubst < postgres-template.yaml | werf kubectl apply -"