Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent 24c30d4 commit a5bfd83
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,10 @@ jobs:
run: |
mkdir -p $HOME/.kube
echo "${{ secrets.KUBECONFIG }}" | base64 --decode > $HOME/.kube/config
env:
KUBECONFIG: $HOME/.kube/config
- name: Delete old pods
run: kubectl delete pods -l app=hanalink-spring-boot-app
env:
KUBECONFIG: $HOME/.kube/config

- name: Deploy to Kubernetes
run: |
kubectl set image deployment/hanalink-spring-boot-app hanalink-spring-boot-app=${{ secrets.DOCKER_USERNAME }}/hanalink-spring-boot:latest
env:
KUBECONFIG: $HOME/.kube/config

0 comments on commit a5bfd83

Please sign in to comment.