Skip to content

Commit

Permalink
docker cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon committed Jan 11, 2024
1 parent 33c0e79 commit 98fa679
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 @@ -50,5 +50,5 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
script: |
docker pull ${{ secrets.DOCKER_IMAGE_NAME }}
docker stop chat-server
# docker stop chat-server
docker run -d --rm --name chat-server -p 8080:8080 ${{ secrets.DOCKER_IMAGE_NAME }}

0 comments on commit 98fa679

Please sign in to comment.