mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Fixed justfile deployment steps
This commit is contained in:
4
justfile
4
justfile
@@ -6,8 +6,8 @@ update:
|
|||||||
docker compose down
|
docker compose down
|
||||||
git pull
|
git pull
|
||||||
docker compose pull
|
docker compose pull
|
||||||
docker compose build --no-cache
|
docker compose build
|
||||||
docker compose up -d
|
docker compose up -d --wait
|
||||||
rm update.lock
|
rm update.lock
|
||||||
just healthcheck || just rollback
|
just healthcheck || just rollback
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user