chore: remove redundant Docker Compose down command in CI workflow

- Eliminated the `docker compose down` command from the CI workflow to streamline the build and deployment process. This change simplifies the CI configuration and enhances efficiency by reducing unnecessary steps.
This commit is contained in:
2024-12-05 18:47:31 +07:00
parent 253dbc783b
commit 7699a07d1d

View File

@@ -25,5 +25,4 @@ jobs:
- name: Build and deploy
run: |
docker compose pull
docker compose down
docker compose up --build -d