From 4ae58a8624509715698cc344e0d2263c6a8bd895 Mon Sep 17 00:00:00 2001 From: jinddings Date: Thu, 14 Nov 2024 11:25:28 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20!HOTFIX=20:=20=EB=8F=84=EC=BB=A4?= =?UTF-8?q?=20=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=84=88=20=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index e2cdb2a2..04bfd32b 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -113,7 +113,8 @@ jobs: --name ${{ matrix.app.container }} \ -p ${{ matrix.app.port }}:${{ matrix.app.port }} \ --env-file .env \ - ${{ env.DOCKER_IMAGE }}-${{ matrix.app.name }}:${{ env.DOCKER_TAG }} + ${{ env.DOCKER_IMAGE }}-${{ matrix.app.name }}:${{ env.DOCKER_TAG }} \ + -v /etc/localtime:/etc/localtime:ro -e TZ=Asia/Seoul - name: Remove Github Action Ip to Security group run: |