Skip to content

Commit

Permalink
remove deploy from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Aug 28, 2023
1 parent 407cc1d commit f987412
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ jobs:
location: us-central1-c
credentials: ${{ secrets.GKE_SA_KEY }}

# Deploy the helm chart
- name: Deploy the helm chart
uses: WyriHaximus/github-action-helm3@v2
with:
exec: helm upgrade go-quai ./helm --install --wait --atomic --namespace=${{ inputs.env }} --values=./helm/env/${{ inputs.env }}.values.yaml

# Rev the version
- name: Update version environment variable
run: echo "VERSION=$(echo $VERSION | ${{ inputs.awk }})" >> $GITHUB_ENV
Expand Down

0 comments on commit f987412

Please sign in to comment.