Skip to content

Commit

Permalink
Merge pull request #103 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 5cada93 + 28c2bf1 commit 4e8fbaa
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 @@ -55,4 +55,4 @@ jobs:
sudo docker run -d --rm --name chat-server-1 -p 8080:8080 ${{ secrets.DOCKER_IMAGE_NAME }}
sleep 10
sudo docker stop chat-server-2
sudo docker run -d --rm --name chat-server-2 -p 8081:8081 ${{ secrets.DOCKER_IMAGE_NAME }}
sudo docker run -d --rm --name chat-server-2 -p 8081:8080 ${{ secrets.DOCKER_IMAGE_NAME }}

0 comments on commit 4e8fbaa

Please sign in to comment.