Skip to content

Commit

Permalink
feat: docker prune 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yeolyi committed Mar 18, 2024
1 parent 47fd0a3 commit ee33c39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ jobs:
script: |
docker stop csereal_nextjs_image
docker rm csereal_nextjs_image
docker system prune -f
docker pull ghcr.io/wafflestudio/csereal_nextjs_image:latest
docker run -d -p 3000:3000 --name csereal_nextjs_image ghcr.io/wafflestudio/csereal_nextjs_image

0 comments on commit ee33c39

Please sign in to comment.