-
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.
[BSVR-186] s3 연결 및 운영환경 수동배포 테스트 (#105)
* feat: s3 설정값 수정 * feat: application-ncp 환경변수 네이밍 수정 * feat: manual-prod-deploy.yaml 운영환경 수동 배포 스크립트 수정
- Loading branch information
1 parent
01787da
commit 54db739
Showing
3 changed files
with
38 additions
and
27 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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
ncp: | ||
object-storage: | ||
accessKey: ${NCP_OBJECT_STORAGE_ACCESS_KEY} | ||
secretKey: ${NCP_OBJECT_STORAGE_SECRET_KEY} | ||
# accessKey: ${NCP_OBJECT_STORAGE_ACCESS_KEY} | ||
accessKey: ${AWS_OBJECT_STORAGE_ACCESS_KEY} | ||
secretKey: ${AWS_OBJECT_STORAGE_SECRET_KEY} |