Skip to content

Commit

Permalink
Update gradle-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggae4133 authored May 8, 2024
1 parent d7d810b commit da3a302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,8 @@ jobs:
sudo fuser -k -n tcp 8080
sleep 15
sudo nohup java -jar /home/ubuntu/app/*.jar > ./nohup.out 2>&1 &
# OSRM 실행
- name: Run OSRM server
run: cd osrm ; sudo docker run -t -i -p 5000:5000 -v "${PWD}:/data" osrm/osrm-backend osrm-routed --algorithm mld /data/south-korea-latest.osrm
shell: bash

0 comments on commit da3a302

Please sign in to comment.