deploy.yml: Docker compose profiling for auth and payment optimize
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user