From 18394888f67087165deffab063bb266dbd83dd0c Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Sat, 8 Mar 2025 20:07:52 +0330 Subject: [PATCH] test clear build cache --- .github/workflows/deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4e7a0f6..6c287c1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,8 +31,5 @@ jobs: script: | cd /root/hshop/ docker compose down - docker compose build --no-cache frontend - docker compose build backend - docker compose build db-backup - docker compose build db + docker compose build docker compose up -d \ No newline at end of file