cli v0.12.1: 배포 이름 충돌 가드 — 같은 이름·다른 이미지 repo 면 덮어쓰기 거부(fail-fast). 백엔드 create_deployment 도 409 로 강제

This commit is contained in:
2026-08-28 05:39:59 +09:00
parent d85e4929fd
commit ef287cbfd4
2 changed files with 21 additions and 6 deletions

View File

@ -14,7 +14,7 @@ set -uo pipefail # -e 미사용: 'test && action' 관용구가 값 없을 때
REPO="${YAKCLOUD_STARTER_REPO:-https://gitea.yakenator.io/yakenator/yakcloud-starter}"
BRANCH="${YAKCLOUD_STARTER_BRANCH:-main}"
VERSION="0.12.0"
VERSION="0.12.1"
CONFIG_DIR="${YAKCLOUD_CONFIG_DIR:-$HOME/.config/yakcloud}"
CONFIG_FILE="$CONFIG_DIR/config"