Skip to content

Commit

Permalink
chore: cd.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
somin-jeong committed Nov 26, 2024
1 parent c2efb5f commit a19a410
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
sudo docker rm -f $(sudo docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPO_NAME }}:latest
docker-compose -f docker-compose.yml --env-file ./.env up -d
# sudo docker run -d -p 9000:9000 ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPO_NAME }}:latest

sudo docker image prune -f

0 comments on commit a19a410

Please sign in to comment.