Fixed justfile deployment steps

This commit is contained in:
2025-01-21 16:36:28 +00:00
parent f4c852b894
commit f7bd3aef6d

View File

@@ -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