Skip to content

Commit

Permalink
Update service-eat-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF authored Apr 22, 2024
1 parent 2c2300c commit bcccf3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/service-eat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
run: docker push d3spina/t-web-800:eat-latest

- name: Set up Kubeconfig
run: echo "${{ secrets.KUBE_CONFIG }}" | base64 --decode > $HOME/.kube/config
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBE_CONFIG }}" | base64 --decode > $HOME/.kube/config
- name: Deploy to Kubernetes
run: |
Expand Down

0 comments on commit bcccf3a

Please sign in to comment.