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