This commit is contained in:
Valentin Afanasev
2025-08-05 02:37:06 +03:00
parent b0c2f9ba63
commit 32bf9396e2

View File

@ -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