Skip to content

Commit

Permalink
⚙️ chore: 환경 변수 전달
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings authored Nov 7, 2024
1 parent 43c7bc3 commit 97e0e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
docker run -d \
--name juga-docker \
-p 3000:3000 \
--env-file ./.env \
${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
- name: Remove Github Action Ip to Security group
Expand Down

0 comments on commit 97e0e83

Please sign in to comment.