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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -25,5 +25,4 @@ jobs:
|
|||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
run: |
|
run: |
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose down
|
|
||||||
docker compose up --build -d
|
docker compose up --build -d
|
||||||
|
|||||||
Reference in New Issue
Block a user