Skip to content

Commit

Permalink
feat: Adicionar etapas de implantação do Helm para produção, staging …
Browse files Browse the repository at this point in the history
…e desenvolvimento
  • Loading branch information
nataliagranato committed Sep 14, 2024
1 parent 8e58cd4 commit 422845d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ jobs:
kubectl create namespace giropops-senhas-dev || true
kubectl create namespace giropops-senhas-stg || true
- name: Deploy Helm Chart Production
env:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
run: |
cd /senhas/charts/senhas
echo "$KUBECONFIG" | base64 --decode > kubeconfig
export KUBECONFIG=$(pwd)/kubeconfig
helm upgrade -i giropops-senhas -n giropops-senhas-prd .
- name: Deploy Helm Chart Production
env:
KUBECONFIG: ${{ secrets.KUBECONFIG }}
Expand Down

0 comments on commit 422845d

Please sign in to comment.