diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f95c070..5dcf895 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,6 +51,9 @@ jobs: # pull images (if using remote images), then apply updates docker compose pull + # stop existing services to release resources + docker compose down + # bring up updated services docker compose up -d --remove-orphans