Skip to content

Commit

Permalink
tmp: disable prod deploy (arch changed, manual deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 21, 2024
1 parent 5847cb2 commit 33401ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ jobs:
fi
done
deploy-prod-via-helm:
needs: copy-by-helm
if: ${{ github.event_name == 'release' && !contains(github.ref, 'rc') }}
uses: ./.github/workflows/deploy-helm.yml
with:
DEPLOYMENT_NAME: prod
secrets:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
# deploy-prod-via-helm:
# needs: copy-by-helm
# if: ${{ github.event_name == 'release' && !contains(github.ref, 'rc') }}
# uses: ./.github/workflows/deploy-helm.yml
# with:
# DEPLOYMENT_NAME: prod
# secrets:
# KUBECONFIG: ${{ secrets.KUBECONFIG }}

0 comments on commit 33401ef

Please sign in to comment.