From ab63fe002f57c01a6e07a5efdbcf21aeb44bfcec Mon Sep 17 00:00:00 2001 From: chenhang Date: Thu, 9 Jul 2026 15:58:10 +0800 Subject: [PATCH] ci(deploy): fix image cleanup and shorten notifications --- scripts/ci/notify-actions.sh | 15 ++------------- scripts/server/deploy-docker-image.sh | 4 ++-- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/scripts/ci/notify-actions.sh b/scripts/ci/notify-actions.sh index a9b59602..8b18ed77 100644 --- a/scripts/ci/notify-actions.sh +++ b/scripts/ci/notify-actions.sh @@ -28,10 +28,7 @@ if [ -z "$notify_url" ]; then fi deploy_env="${DEPLOY_ENV:-unknown}" -image_tag="${IMAGE_VERSION_TAG:-unknown}" job_status="${ACTION_JOB_STATUS:-unknown}" -workflow_name="${GITHUB_WORKFLOW:-Docker Image}" -repository="${GITHUB_REPOSITORY:-cozsweet-frontend-nextjs}" run_url="" if [ -n "${GITHUB_SERVER_URL:-}" ] && [ -n "${GITHUB_REPOSITORY:-}" ] && [ -n "${GITHUB_RUN_ID:-}" ]; then @@ -42,16 +39,8 @@ if [ -z "$run_url" ]; then fi export ACTION_NOTIFY_MESSAGE="$(cat <