Skip to content

Commit

Permalink
Merge pull request #563 from boostcampwm2023/BE/feature/#562
Browse files Browse the repository at this point in the history
배포 컨테이너의 타임존을 서울로 설정한다.
  • Loading branch information
lsh23 authored Dec 11, 2023
2 parents 7f68c93 + 7d0a4bc commit 1824f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 1824f27

Please sign in to comment.