Skip to content

Commit

Permalink
Chore: Docker ps 구문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Jul 2, 2024
1 parent e2f5949 commit 9bdc485
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,5 @@ jobs:
sudo docker stop $OLD_CONTAINER
sudo docker rm $OLD_CONTAINER
# 실행 중인 Docker 컨테이너 확인
sudo docker ps
# 사용하지 않는 Docker 이미지 정리
sudo docker image prune -f

0 comments on commit 9bdc485

Please sign in to comment.