Skip to content

Commit

Permalink
Merge pull request #102 from catchroom/develop
Browse files Browse the repository at this point in the history
deploy : deploy.yml ์ˆ˜์ •
  • Loading branch information
sungjiwoon authored Feb 1, 2024
2 parents 0918186 + 849edcc commit 5cada93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
sudo docker pull ${{ secrets.DOCKER_IMAGE_NAME }}
sudo docker stop chat-server-1
sudo docker run -d --rm --name chat-server-1 -p 8080:8080 ${{ secrets.DOCKER_IMAGE_NAME }}
sleep 30
sleep 10
sudo docker stop chat-server-2
sudo docker run -d --rm --name chat-server-2 -p 8081:8081 ${{ secrets.DOCKER_IMAGE_NAME }}

0 comments on commit 5cada93

Please sign in to comment.