ci: add docker system prune before deployment
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16m15s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 16m15s
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
||||
|
||||
# 3. 마운트된 /app 디렉토리로 이동하여 호스트의 도커 컴포즈 제어! (러너 자신을 파괴하지 않고 나머지 서비스만 안전하게 재생성)
|
||||
cd /app
|
||||
docker system prune -f
|
||||
docker compose up -d --build gateway redis mci-mock dozzle tool-sms tool-email tool-other tool-payment
|
||||
|
||||
# 4. 배포 후 대롱대롱 매달려 있는 가비지 이미지 자동 소거 청소!
|
||||
|
||||
Reference in New Issue
Block a user