Skip to content

Commit

Permalink
Update deploy.sh
Browse files Browse the repository at this point in the history
ec2-user -> ubuntu
  • Loading branch information
drbug2000 authored Jul 7, 2024
1 parent 9b66074 commit e635a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sleep 3
fi

JAR_PATH="/home/ec2-user/cicd/*.jar"
JAR_PATH="/home/ubuntu/cicd/*.jar"
echo "jar path : $JAR_PATH"
chmod +x $JAR_PATH
nohup java -jar $JAR_PATH > /dev/null 2> /dev/null < /dev/null &
Expand Down

0 comments on commit e635a85

Please sign in to comment.