diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6c287c1..255860e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,5 +31,5 @@ jobs: script: | cd /root/hshop/ docker compose down - docker compose build + docker compose build --no-cache docker compose up -d \ No newline at end of file