Skip to content

Commit

Permalink
πŸš‘ !HOTFIX : 도컀 μ»¨ν…Œμ΄λ„ˆ μ‹œκ°„ μ„€μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 14, 2024
1 parent 7aadb45 commit 4ae58a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4ae58a8

Please sign in to comment.