init
This commit is contained in:
@@ -48,6 +48,16 @@ jobs:
|
||||
with:
|
||||
image-name: "otp/${{ github.event.inputs.repo_path }}"
|
||||
tags: ${{ github.event.inputs.version }}
|
||||
- name: Kuebrnetus config
|
||||
run: |
|
||||
echo '${{ secrets.KUBE_CONFIG }} > ./ku.yaml'
|
||||
- name: Deploy
|
||||
run: |
|
||||
helm upgrade --install devspace-apiregistry-core ./devspc/devspace-apiregistry-core-service \
|
||||
--namespace devx \
|
||||
--kubeconfig ./ku.yaml \
|
||||
--create-namespace \
|
||||
--wait
|
||||
- name: 'Cleanup'
|
||||
if: always()
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user