Skip to content

Commit

Permalink
fix: ci-cd 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 18, 2024
1 parent 301dd4c commit 94ee831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ jobs:
sudo docker rm $(sudo docker ps --filter 'status=exited' -a -q)
sudo docker run -d --name dpbrfe -p 3000:3000 --net ${{secrets.DOCKER_NETWORK}} \
--env-file .env \
${{secrets.DOCKER_USERNAME}}/dpbrfe:latest
sudo docker image prune -a -f

0 comments on commit 94ee831

Please sign in to comment.