fixes1
This commit is contained in:
@ -2,6 +2,7 @@ name: Run pg for tests
|
|||||||
inputs:
|
inputs:
|
||||||
service_name:
|
service_name:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
env:
|
env:
|
||||||
@ -9,4 +10,5 @@ runs:
|
|||||||
APP_NAME: ${{ inputs.service_name }}
|
APP_NAME: ${{ inputs.service_name }}
|
||||||
SERVICE_NAME: ${{ inputs.service_name }}
|
SERVICE_NAME: ${{ inputs.service_name }}
|
||||||
steps:
|
steps:
|
||||||
run: "envsubst < postgres-template.yaml | werf kubectl apply -"
|
- run: |
|
||||||
|
envsubst < postgres-template.yaml | werf kubectl apply -
|
||||||
|
|||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.sw?
|
||||||
Reference in New Issue
Block a user