Skip to content

Commit

Permalink
Merge pull request #118 from catchroom/develop
Browse files Browse the repository at this point in the history
fix : docker ์ˆ˜์ •
  • Loading branch information
sungjiwoon authored Feb 7, 2024
2 parents 46d31f9 + 74fe7b1 commit e16ad6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
sudo docker stop prod2
sudo docker pull ${{ secrets.DOCKER_IMAGE_NAME }}
docker-compose up -d
sudo docker image prune -af
# sleep 10
# sudo docker stop chat-server-2
# sudo docker run -d --rm --name chat-server-2 -p 8082:8080 ${{ secrets.DOCKER_IMAGE_NAME }}

0 comments on commit e16ad6b

Please sign in to comment.