Skip to content

Commit

Permalink
secret 변수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent 73801cb commit 4834cc4
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 }}" > $HOME/.kube/config
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
- name: Delete old pods
run: kubectl delete pods -l app=hanalink-spring-boot-app
Expand Down

0 comments on commit 4834cc4

Please sign in to comment.