Skip to content

Commit

Permalink
feat: 기존 컨테이너 삭제 설정 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 5, 2024
1 parent 4b72275 commit 6b210ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
script: |
echo "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" | docker login -u "${{ env.DOCKERHUB_USERNAME }}" --password-stdin
docker compose down -d
docker compose rm -f
docker compose up --build -d

0 comments on commit 6b210ea

Please sign in to comment.