Skip to content

Commit 3e8f603

Browse files
authored
[Docs] Update CD.yml
1 parent afed3b6 commit 3e8f603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
key: ${{ secrets.EC2_SSH_KEY }}
4141
script: |
4242
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
43+
nohup java -jar /home/ubuntu/app/WhoIs-Server-0.0.1-SNAPSHOT.jar > /home/ubuntu/app/app.log 2>&1 &

0 commit comments

Comments
 (0)