From b3798f030d6c0ee5309d4a6a51a86d0aedc607be Mon Sep 17 00:00:00 2001 From: whereami2048 Date: Tue, 7 May 2024 20:35:20 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20CD-dev=20=EC=9B=8C=ED=81=AC=20?= =?UTF-8?q?=ED=94=8C=EB=A1=9C=EC=9A=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD-dev.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD-dev.yml b/.github/workflows/CD-dev.yml index eaae1fa8..fd334221 100644 --- a/.github/workflows/CD-dev.yml +++ b/.github/workflows/CD-dev.yml @@ -84,4 +84,6 @@ jobs: key: ${{ secrets.KEY }} script: | docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }} - docker compose restart \ No newline at end of file + docker compose stop + docker compose rm -f + docker compose up -d \ No newline at end of file