update
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
CONFIG: ${{inputs.k8s-config}}
|
K8S_DEV: ${{secrets.K8S_DEV}}
|
||||||
REGISTRY: ${{ inputs.registry }}
|
REGISTRY: ${{ secrets.REGISTRY }}
|
||||||
APP: ${{ inputs.app-name }}
|
APP: ${{ inputs.app-name }}
|
||||||
APPTARGET: ${{inputs.app-target}}
|
APPTARGET: ${{inputs.app-target}}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user