2 parents d9ab64a + 9c45735 commit 2e6e80fCopy full SHA for 2e6e80f
1 file changed
scripts/before_install.sh
@@ -15,6 +15,7 @@ echo "--------------- .env 파일 생성 시작 -----------------"
15
# 파라미터 값 가져오기
16
PARAMS=$(aws ssm get-parameters-by-path \
17
--path "$PARAM_PATH" \
18
+ --region ap-northeast-2 \
19
--with-decryption \
20
--query "Parameters[*].[Name,Value]" \
21
--output text)
0 commit comments