-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Elastic Beanstalk Timezone 변경 (#129)
* feat: Elastic Beanstalk Timezone 설정 (#126) * test: Elastic Beanstalk Timezone 설정 테스트 (#126) * feat: Elastic Beanstalk Timezone 설정 (#126) * feat: Elastic Beanstalk 설정 파일 포함 (#126) * fix: wait_for_deployment 설정 추가 (#126) * fix: Elastic Beanstalk 설정 파일 적용 (#126) * fix: Elastic Beanstalk 설정 파일 수정 (#126) * feat: Elastic Beanstalk Timezone 변경 완료 (#126)
- Loading branch information
1 parent
338bf7f
commit 268ed2b
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
commands: | ||
set-timezone: | ||
command: ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters