From d839119c69274d425b84e1b9e6dabb09f4c54086 Mon Sep 17 00:00:00 2001 From: Sejin Park <95167215+sejineer@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:54:18 +0900 Subject: [PATCH] =?UTF-8?q?[Deploy]:=20ci.yml=20=EC=88=98=EC=A0=95=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: ci.yml 수정 * fix: ci.yml 수정 * fix: ci.yml 수정 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e8e509..7649832 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,5 +65,5 @@ jobs: sudo docker pull suretrea/${{ secrets.DOCKER_REPO_PROD }} sudo docker stop mediscan 2>/dev/null || true sudo docker rm mediscan 2>/dev/null || true - sudo docker run --name mediscan -d -p 80:8080 suretrea/${{ secrets.DOCKER_REPO_PROD }} + sudo docker run --name mediscan -d -p 8080:8080 suretrea/${{ secrets.DOCKER_REPO_PROD }} sudo docker system prune -f \ No newline at end of file