Compare commits
2 Commits
2bac285653
...
85aa6795d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 85aa6795d1 | |||
| 3d89044f04 |
@ -5,12 +5,12 @@ inputs:
|
|||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
curl -s https://gitea.vecus.ru/ci/postgres-actions/raw/branch/master/.gitea/actions/create/postgres-template.yaml | envsubst | werf kubectl apply -f -
|
||||||
|
werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
|
||||||
|
shell: bash
|
||||||
env:
|
env:
|
||||||
POD_NAME: ${{ inputs.service_name }}
|
POD_NAME: ${{ inputs.service_name }}
|
||||||
APP_NAME: ${{ inputs.service_name }}
|
APP_NAME: ${{ inputs.service_name }}
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
steps:
|
|
||||||
- run: 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
|
|
||||||
- run: werf kubectl wait --for=condition=ready pod/${POD_NAME} --timeout=60s
|
|
||||||
shell: bash
|
|
||||||
|
|||||||
Reference in New Issue
Block a user