Skip to content

Commit

Permalink
Update helm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Dec 8, 2023
1 parent 9e2b18c commit cff7790
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Relase & Helm Upgrade
name: Relase

on:
release:
Expand Down Expand Up @@ -29,25 +29,3 @@ jobs:
file: ./Dockerfile
push: true
tags: ghcr.io/scai-bio/tsnepad/tsnepad:${{ github.event.release.tag_name }}

deploy:

name: Update k8s deployment
runs-on: ubuntu-latest
needs: build

steps:

- name: Set up kubectl
uses: azure/k8s-set-context@v1
with:
kubeconfig: ${{ secrets.KUBE_CONFIG_DATA }}

- name: Helm Upgrade
uses: azure/helm-install@v1
with:
release-name: tsnepad
namespace: bio
values: version=${{ github.event.release.tag_name }}


0 comments on commit cff7790

Please sign in to comment.