Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjiwoon authored Feb 7, 2024
1 parent d9a4124 commit dd738e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
script: |
sudo docker rm -f $(docker ps -qa)
# sudo docker stop prod1
# sudo docker stop prod2
sudo docker pull ${{ secrets.DOCKER_IMAGE_NAME }}
docker-compose up -d
# sleep 10
Expand Down

0 comments on commit dd738e4

Please sign in to comment.