update
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -12,9 +12,9 @@ on:
|
|||||||
registry:
|
registry:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
secrets:
|
|
||||||
k8s-config:
|
k8s-config:
|
||||||
required: true
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-k8s:
|
deploy-k8s:
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
CONFIG: ${{secrets.k8s-config}}
|
CONFIG: ${{inputs.k8s-config}}
|
||||||
REGISTRY: ${{ inputs.registry }}
|
REGISTRY: ${{ inputs.registry }}
|
||||||
APP: ${{ inputs.app-name }}
|
APP: ${{ inputs.app-name }}
|
||||||
APPTARGET: ${{inputs.app-target}}
|
APPTARGET: ${{inputs.app-target}}
|
||||||
|
|||||||
Reference in New Issue
Block a user