Skip to content

Commit

Permalink
chore: dev 애플리케이션 서버 nohup 파일에 애플리케이션 로그 출력 로직 작성 #61
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Jul 24, 2024
1 parent b9483d1 commit a73485a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:
fi
- name: Run new Docker container
run: |
sudo docker run -d --name $CONTAINER_NAME \
$DOCKER_REPOSITORY_NAME:latest
run: |
sudo nohup docker run --name $CONTAINER_NAME \
$DOCKER_REPOSITORY_NAME:latest > nohup.out 2>&1 &

0 comments on commit a73485a

Please sign in to comment.