Skip to content

Commit 971bebf

Browse files
authored
output.log 제거 (#246)
2 parents 8a4361e + 0b56c40 commit 971bebf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
script_stop: true
7474
script: |
7575
sudo fuser -k -n tcp 8080 || true
76-
nohup java -Xms256m -Xmx742m -Dspring.profiles.active=dev -jar /home/ubuntu/chooz-dev.jar >> /home/ubuntu/output.log 2>&1 &
76+
nohup java -Xms256m -Xmx742m -Dspring.profiles.active=dev -jar /home/ubuntu/chooz-dev.jar 1>/dev/null 2>&1 &

.github/workflows/cd-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
script_stop: true
7373
script: |
7474
sudo fuser -k -n tcp 8080 || true
75-
nohup java -Xms256m -Xmx742m -Dspring.profiles.active=prod -jar /home/ubuntu/chooz-prod.jar >> /home/ubuntu/output.log 2>&1 &
75+
nohup java -Xms256m -Xmx742m -Dspring.profiles.active=prod -jar /home/ubuntu/chooz-prod.jar 1>/dev/null 2>&1 &

0 commit comments

Comments
 (0)