Skip to content

Commit 2e6e80f

Browse files
authored
Merge pull request #36 from ije90s/dev
지역 추가
2 parents d9ab64a + 9c45735 commit 2e6e80f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/before_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ echo "--------------- .env 파일 생성 시작 -----------------"
1515
# 파라미터 값 가져오기
1616
PARAMS=$(aws ssm get-parameters-by-path \
1717
--path "$PARAM_PATH" \
18+
--region ap-northeast-2 \
1819
--with-decryption \
1920
--query "Parameters[*].[Name,Value]" \
2021
--output text)

0 commit comments

Comments
 (0)