Skip to content

Commit

Permalink
modify invalid jar name
Browse files Browse the repository at this point in the history
  • Loading branch information
min9yu98 committed Jul 17, 2024
1 parent ca68cac commit bde8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
ssh -i private_key.pem -o StrictHostKeyChecking=no ${EC2_USERNAME}@${EC2_HOST} << 'EOF'
pgrep java | xargs kill -9
export $(grep -v '^#' /home/${EC2_USERNAME}/tripmingle/.env | xargs)
nohup java -jar /home/${EC2_USERNAME}/trelloServer.jar > /home/${EC2_USERNAME}/app.log 2>&1 &
nohup java -jar /home/${EC2_USERNAME}/TripMingle.jar > /home/${EC2_USERNAME}/app.log 2>&1 &
EOF
rm -f private_key.pem

0 comments on commit bde8954

Please sign in to comment.