Skip to content

Commit

Permalink
deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent fe70afc commit 0e61dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ jobs:
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
export KUBECONFIG=$HOME/.kube/config
kubectl config view
env:
KUBECONFIG: $HOME/.kube/config

- name: Delete old pods
run: kubectl delete pods -l app=hanalink-spring-boot-app
Expand Down

0 comments on commit 0e61dc4

Please sign in to comment.