Skip to content

Commit

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

0 comments on commit 477db55

Please sign in to comment.