From 932571d413655c541553df12e598bcac8fb05028 Mon Sep 17 00:00:00 2001 From: A'zamov Samandar Date: Sat, 19 Apr 2025 16:00:12 +0500 Subject: [PATCH] deploy.yml: Docker compose profiling for auth and payment optimize --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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