Skip to content

Commit 0f1a02d

Browse files
Merge pull request #11 from TukaTek/feature/TUK-23
Update onyx-pipeline-webserver.yaml
2 parents e0908ef + 19d0ff0 commit 0f1a02d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/onyx-pipeline-webserver.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: COrtexAI Chat Frontend
1+
name: CortexAI Chat Frontend
22

33
on:
44
push:
@@ -63,6 +63,9 @@ jobs:
6363
run: |
6464
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
6565
66+
- name: Build Helm chart dependencies
67+
run: helm dependency build ./deployment/helm/charts/onyx
68+
6669
- name: Deploy using Helm
6770
env:
6871
KUBECONFIG: ${{ github.workspace }}/kubeconfig

0 commit comments

Comments
 (0)