diff --git a/.gitea/actions/create/action.yml b/.gitea/actions/create/action.yml index 061ff83..914c79b 100644 --- a/.gitea/actions/create/action.yml +++ b/.gitea/actions/create/action.yml @@ -10,6 +10,10 @@ runs: APP_NAME: ${{ inputs.service_name }} SERVICE_NAME: ${{ inputs.service_name }} steps: + - run: pwd + shell: bash + - run: ls -la + shell: bash - run: | envsubst < postgres-template.yaml | werf kubectl apply - shell: bash