From f7bd3aef6da7d7cc978fa0512c12536722dc07a2 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 21 Jan 2025 16:36:28 +0000 Subject: [PATCH] Fixed justfile deployment steps --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 47b5ff3..d536800 100644 --- a/justfile +++ b/justfile @@ -6,8 +6,8 @@ update: docker compose down git pull docker compose pull - docker compose build --no-cache - docker compose up -d + docker compose build + docker compose up -d --wait rm update.lock just healthcheck || just rollback else