19 lines
612 B
Plaintext
19 lines
612 B
Plaintext
# GoldenChart exdev.co.kr 배포 대상 (scripts/upload-android-apk.sh)
|
|
# 로컬 오버라이드: scripts/deploy-target.local.env (gitignore)
|
|
|
|
REMOTE_HOST=exdev.co.kr
|
|
REMOTE_USER=aidev
|
|
REMOTE_PORT=22
|
|
|
|
# git push origin → Jenkins/deploy.sh WORK_TREE (scripts/deploy.sh 기본값)
|
|
REMOTE_PROJECT_DIR=/Users/aidev/apps/goldenChart
|
|
|
|
# 서버 deploy.sh 경로 (SSH로 WORK_TREE 자동 탐색)
|
|
REMOTE_DEPLOY_SCRIPTS="/Volumes/ADATA/git/deploy.sh /Users/aidev/git/deploy.sh"
|
|
|
|
APK_REMOTE_SUBDIR=data/mobile-releases
|
|
APK_REMOTE_NAME=goldenchart-android.apk
|
|
|
|
# 업로드 후 API 확인 URL
|
|
PUBLIC_URL=http://exdev.co.kr
|