From 7d0a4bcf8d29a5a5869c8d83e8c0945f4ce3ef89 Mon Sep 17 00:00:00 2001 From: lsh23 Date: Mon, 11 Dec 2023 10:16:19 +0900 Subject: [PATCH] =?UTF-8?q?[BE]=20chore:=20=EB=B0=B0=ED=8F=AC=20=EC=BB=A8?= =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=84=88=EC=9D=98=20=ED=83=80=EC=9E=84?= =?UTF-8?q?=EC=A1=B4=EC=9D=84=20=EC=84=9C=EC=9A=B8=EB=A1=9C=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=ED=95=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/be.cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/be.cd.yml b/.github/workflows/be.cd.yml index bf1c2bb4..78309596 100644 --- a/.github/workflows/be.cd.yml +++ b/.github/workflows/be.cd.yml @@ -114,4 +114,4 @@ jobs: docker pull ${{ secrets.NCP_REGISTRY }}/motimate:latest docker stop motimate docker rm motimate - docker run -v /home/iOS02-moti/BE/.production.env:/usr/src/app/.production.env -d -p 3000:3000 --name motimate ${{ secrets.NCP_REGISTRY }}/motimate:latest \ No newline at end of file + docker run -v /home/iOS02-moti/BE/.production.env:/usr/src/app/.production.env -e TZ=Asia/Seoul -d -p 3000:3000 --name motimate ${{ secrets.NCP_REGISTRY }}/motimate:latest \ No newline at end of file