Skip to content

Commit

Permalink
fix : docker ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Feb 7, 2024
1 parent fb01113 commit 74fe7b1
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 74fe7b1

Please sign in to comment.