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 2e71bbf commit 73801cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up kubectl
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBECONFIG_DATA }}" | base64 --decode > $HOME/.kube/config
echo "${{ secrets.KUBECONFIG_DATA }}" > $HOME/.kube/config
- name: Delete old pods
run: kubectl delete pods -l app=hanalink-spring-boot-app
Expand Down

0 comments on commit 73801cb

Please sign in to comment.