We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afed3b6 commit 3e8f603Copy full SHA for 3e8f603
1 file changed
.github/workflows/CD.yml
@@ -40,4 +40,4 @@ jobs:
40
key: ${{ secrets.EC2_SSH_KEY }}
41
script: |
42
pkill -f 'java -jar' || true
43
- nohup java -jar /home/ubuntu/app/WhoIs-Server-0.0.1-SNAPSHOT.jar > /home/ubuntu/app/app.log 2>&1 & disown
+ nohup java -jar /home/ubuntu/app/WhoIs-Server-0.0.1-SNAPSHOT.jar > /home/ubuntu/app/app.log 2>&1 &
0 commit comments