From 1279215ee6cba6e4f140bd3aa0c2ba8217f055a7 Mon Sep 17 00:00:00 2001 From: HyunSeok-C <73640793+hyunkoes@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:17:14 +0900 Subject: [PATCH] =?UTF-8?q?port=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-single-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-single-server.yml b/.github/workflows/deploy-single-server.yml index f731a8e..2e4d867 100644 --- a/.github/workflows/deploy-single-server.yml +++ b/.github/workflows/deploy-single-server.yml @@ -10,7 +10,7 @@ env: IMAGE_NAME: ${{ secrets.DOCKERHUB_USERNAME }}/cicd-edu IMAGE_TAG: latest CONTAINER_NAME: ${{ secrets.DOCKERHUB_USERNAME }}-cicd - PORT: 40000 # <- 변경 요망 + PORT: 40016 # <- 변경 요망 jobs: cicd: