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 a73485a commit 092b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
- name: Run new Docker container
run: |
sudo nohup docker run --name $CONTAINER_NAME \
$DOCKER_REPOSITORY_NAME:latest > nohup.out 2>&1 &
$DOCKER_REPOSITORY_NAME:latest > ~/dev-nohup.out 2>&1 &

0 comments on commit 092b208

Please sign in to comment.