fix(deploy): deploy exact Jenkins image tag and force container recreation

This commit is contained in:
2026-03-07 07:59:39 +00:00
parent 18912934f8
commit 0efe1a5129
2 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,6 @@ fi
cd "${DEPLOY_PATH}"
APP_IMAGE="${APP_IMAGE}" docker compose -f docker-compose.prod.yml up -d
APP_IMAGE="${APP_IMAGE}" docker compose -f docker-compose.prod.yml up -d --no-build --force-recreate
docker compose -f docker-compose.prod.yml ps