Skip to content

Commit

Permalink
test: teste de deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
gutobrutus committed Nov 10, 2023
1 parent 25f9d0f commit 4fd2405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ jobs:

- name: Deploy com helm
run: |
# echo -n "${{ secrets.KUBECONFIG }}" > kubeconfig.yaml
kubectl get nodes
helm upgrade --install --atomic --timeout 1m hello-django \
helm/charts/hello-django \
--namespace pipeline --create-namespace \
#--kubeconfig ./kubeconfig.yaml \
--set settingsPy.secretKey=${{ secrets.SECRET_KEY_DJANGO }} \
--set settingsPy.debug=False \
--set settingsPy.databaseUser=${{ secrets.DB_USER }} \
Expand Down

0 comments on commit 4fd2405

Please sign in to comment.