Skip to content

Commit

Permalink
nohup 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minji1289 authored Nov 2, 2023
1 parent 309c10d commit a0b9530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
script: |
cd /home/ec2-user/apps/step1
sh deploy.sh
nohup java -jar wow_server-0.0.1-SNAPSHOT.jar &
nohup java -jar wow_server-0.0.1-SNAPSHOT.jar > nohup.out 2> nohup.err < /dev/null &

0 comments on commit a0b9530

Please sign in to comment.