chore: 레거시 /Users/aidev/dev/goldenChart 경로 완전 제거

재구축 시 심볼릭 링크를 만들지 않고 삭제만 수행한다.
APK 업로드 경로 후보에서 dev/goldenChart 제외.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-02 22:57:53 +09:00
parent da11a9c29f
commit cada2883af
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -54,7 +54,7 @@ print_usage() {
서버 경로 자동 탐색 순서:
1) --project-dir / REMOTE_PROJECT_DIR
2) SSH → deploy.sh 의 WORK_TREE
3) 후보: /Users/aidev/apps/goldenChart, /Users/aidev/dev/goldenChart
3) 후보: /Users/aidev/apps/goldenChart
설정 파일: scripts/deploy-target.defaults
scripts/deploy-target.local.env (선택, gitignore)
@@ -106,7 +106,6 @@ resolve_remote_project_dir() {
if [[ "$origin_url" == *goldenChart* ]]; then
for candidate in \
/Users/aidev/apps/goldenChart \
/Users/aidev/dev/goldenChart \
/Volumes/ADATA/apps/goldenChart; do
if remote_exec "test -f \"$candidate/docker-compose.yml\"" >/dev/null 2>&1; then
echo "$candidate"