build upload (2) 썸네일형 리스트형 AWS Gamelift - build upload script (bash) AWS Gamelift - build upload script (bash) 배포할 때 windows 환경에서 build upload를 위한 bash 스크립트입니다. 기본 코드 (리눅스 서버용) aws gamelift upload-build \ --name "${build-name}" \ --build-version "${build-version}" \ --build-root "${path}" \ --operating-system AMAZON_LINUX \ --region "${region}" 완성형 코드 # ------------------------------------------------------------------ # Title : GameLift Build upload # Data : # A.. AWS Gamelift - build upload script (powershell) AWS Gamelift - build upload script (powershell) 배포할 때 windows 환경에서 build upload를 위한 powershell 스크립트입니다. foreach($rg in $REGION) { replace_config ${CFG} ${rg} echo " - Gamelift Build upload Region : ${rg}" aws gamelift upload-build --name "${DEPLOY_ENV}_${SERVER_NM}" --build-version "${ENVCD}_${global:VERSION}" --build-root "${SRC}" --region "${rg}" $BuildId = (aws gamelift list-builds --region ".. 이전 1 다음