From 5b1e1d378d4fc9f26edcf6d0610c0a9b48d9381e Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Fri, 7 Mar 2025 00:07:22 +0330 Subject: [PATCH] build front with no cache --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 255860e..f092288 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,5 +31,6 @@ jobs: script: | cd /root/hshop/ docker compose down - docker compose build --no-cache + docker compose build --no-cache frontend + docker compose build docker compose up -d \ No newline at end of file