This commit is contained in:
2026-02-19 04:05:58 +03:00
parent 4e852a242f
commit 4061e0cde4
5 changed files with 201 additions and 0 deletions
+10
View File
@@ -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