Files
postgres-actions/.gitea/actions/create/action.yml
Valentin Afanasev 1d11707d38 WIP
2025-08-05 02:25:53 +03:00

13 lines
302 B
YAML

name: Run pg for tests
inputs:
service_name:
required: true
runs:
using: composite
env:
POD_NAME: ${{ inputs.service_name }}
APP_NAME: ${{ inputs.service_name }}
SERVICE_NAME: ${{ inputs.service_name }}
steps:
run: "envsubst < postgres-template.yaml | werf kubectl apply -"