Skip to content

Commit

Permalink
๐Ÿš‘ !HOTFIX : docker ์‹œ๊ฐ„ ์„ค์ • ๋ช…๋ น์–ด ์ˆ˜์ •
Browse files Browse the repository at this point in the history
jinddings committed Nov 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHubโ€™s verified signature. The key has expired.
1 parent 4ae58a8 commit 9c0f980
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
@@ -113,8 +113,9 @@ jobs:
--name ${{ matrix.app.container }} \
-p ${{ matrix.app.port }}:${{ matrix.app.port }} \
--env-file .env \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Asia/Seoul \
${{ 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: |

0 comments on commit 9c0f980

Please sign in to comment.