Skip to content

Commit

Permalink
fix: 서버 이미지 삭제 진행 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 6, 2024
1 parent e47d68e commit 613d637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ jobs:
echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u "${{ env.DOCKERHUB_USERNAME }}" --password-stdin
docker compose down --remove-orphans
docker system prune -f
docker compose up --build -d
docker rmi $(docker images -q)
docker compose up --build -d

0 comments on commit 613d637

Please sign in to comment.