debug1
This commit is contained in:
@ -10,6 +10,10 @@ runs:
|
|||||||
APP_NAME: ${{ inputs.service_name }}
|
APP_NAME: ${{ inputs.service_name }}
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: pwd
|
||||||
|
shell: bash
|
||||||
|
- run: ls -la
|
||||||
|
shell: bash
|
||||||
- run: |
|
- run: |
|
||||||
envsubst < postgres-template.yaml | werf kubectl apply -
|
envsubst < postgres-template.yaml | werf kubectl apply -
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user