This commit is contained in:
subochev 2026-02-19 04:25:43 +03:00
parent bc9566d8ab
commit d10e57ae88

View File

@ -53,13 +53,19 @@ jobs:
echo '${{ secrets.KUBE_CONFIG }}' > ./ku.yaml
- name: "Install Helm"
uses: azure/setup-helm@v4.3.0
- name: 'Clone Helms'
uses: https://github.com/actions/checkout@v4
with:
repository: otp/devex
path: 'helms'
- name: Deploy
run: |
pwd
ls -la
ls -la ./devspc
ls -la ./devspc/devspace-apiregistry-core-service
helm upgrade --install devspace-apiregistry-core ./devspc/devspace-apiregistry-core-service \
ls -la ./helms
ls -la ./helms/devspc
ls -la ./helms/devspc/devspace-apiregistry-core-service
helm upgrade --install devspace-apiregistry-core ./helms/devspc/devspace-apiregistry-core-service \
--namespace devx \
--kubeconfig ./ku.yaml \
--create-namespace \