Skip to content

Commit

Permalink
chore: 워크 플로우 파일 수정(#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 7, 2024
1 parent d2c689c commit b72060c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}
sudo docker stop ${{secrets.DOCKER_REPOSITORY}}
sudo docker rm ${{secrets.DOCKER_REPOSITORY}}
sudo docker run --name ${{secrets.DOCKER_REPOSITORY}} -d -p 8080:8080 ${{secrets.DOCKER_REPOSITORY}}
docker image prune -f
sudo docker run --name ${{secrets.DOCKER_REPOSITORY}} -d -p 8080:8080 ${{secrets.DOCKER_USERNAME}}/${{secrets.DOCKER_REPOSITORY}}

0 comments on commit b72060c

Please sign in to comment.