Skip to content

Commit

Permalink
πŸš‘ !HOTFIX : docker μ‹œκ°„ μ„€μ • λͺ…λ Ήμ–΄ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 14, 2024
1 parent 9c0f980 commit 128ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
--env-file .env \
-v /etc/localtime:/etc/localtime:ro \
-e TZ=Asia/Seoul \
${{ env.DOCKER_IMAGE }}-${{ matrix.app.name }}:${{ env.DOCKER_TAG }} \
${{ env.DOCKER_IMAGE }}-${{ matrix.app.name }}:${{ env.DOCKER_TAG }}
- name: Remove Github Action Ip to Security group
run: |
Expand Down

0 comments on commit 128ddb1

Please sign in to comment.