Skip to content

Commit

Permalink
Merge pull request #43 from Capstone-MediScan/develop
Browse files Browse the repository at this point in the history
[Deploy]: ci.yml 수정 (#42)
  • Loading branch information
sejineer authored Jun 1, 2024
2 parents 3c2b3b7 + d839119 commit ee3f77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
sudo docker pull suretrea/${{ secrets.DOCKER_REPO_PROD }}
sudo docker stop mediscan 2>/dev/null || true
sudo docker rm mediscan 2>/dev/null || true
sudo docker run --name mediscan -d -p 80:8080 suretrea/${{ secrets.DOCKER_REPO_PROD }}
sudo docker run --name mediscan -d -p 8080:8080 suretrea/${{ secrets.DOCKER_REPO_PROD }}
sudo docker system prune -f

0 comments on commit ee3f77f

Please sign in to comment.