deploy.yml: Docker compose profiling for auth and payment optimize

This commit is contained in:
A'zamov Samandar
2025-04-19 16:00:12 +05:00
parent ee11e4d857
commit 932571d413

View File

@@ -20,5 +20,6 @@ jobs:
- name: 🛠 Docker Compose bilan build & deploy - name: 🛠 Docker Compose bilan build & deploy
run: | run: |
docker compose --profile auth --profile payment build
docker compose down docker compose down
docker compose --profile auth --profile payment up -d --build docker compose --profile auth --profile payment up -d