diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db808fa..0dae23b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,5 +20,6 @@ jobs: - name: 🛠 Docker Compose bilan build & deploy run: | + docker compose --profile auth --profile payment build docker compose down - docker compose --profile auth --profile payment up -d --build \ No newline at end of file + docker compose --profile auth --profile payment up -d \ No newline at end of file