Skip to content

Commit

Permalink
fix: 깃허브 액션 정상화를 위한 도커 명령어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cyzlcyzl authored Dec 18, 2023
1 parent c687cee commit bdfeb19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
port: ${{ secrets.PORT }}
script: |
sudo docker stop prod-server
sudo docker rm prod-server
sudo docker image rm ${{ secrets.DOCKER_REPO }}
docker rm -f $(docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_REPO }}
sudo docker run -d -p 80:8080 ${{ secrets.DOCKER_REPO }}

0 comments on commit bdfeb19

Please sign in to comment.