fixes
This commit is contained in:
@ -5,15 +5,11 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
env:
|
|
||||||
POD_NAME: ${{ inputs.service_name }}
|
|
||||||
APP_NAME: ${{ inputs.service_name }}
|
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
|
||||||
steps:
|
steps:
|
||||||
- run: pwd
|
|
||||||
shell: bash
|
|
||||||
- run: ls -la
|
|
||||||
shell: bash
|
|
||||||
- run: |
|
- run: |
|
||||||
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
POD_NAME: ${{ inputs.service_name }}
|
||||||
|
APP_NAME: ${{ inputs.service_name }}
|
||||||
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user