Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee authored Oct 11, 2023
1 parent 28892af commit 2a072e7
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 @@ -65,5 +65,5 @@ jobs:
docker rm $(docker ps --filter 'status=exited' -a -q)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
sudo docker run -d -p 8761:8761 ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest

0 comments on commit 2a072e7

Please sign in to comment.