Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim authored Dec 13, 2023
1 parent cc346de commit d92f743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
script: |
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/se-community-image
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/se-community-image
sudo docker image prune -f
sudo docker stop server
sudo docker run -d --rm --name server -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/se-community-image

0 comments on commit d92f743

Please sign in to comment.