Skip to content

Commit

Permalink
FIX :: 환경변수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Mar 29, 2024
1 parent 9ca3b10 commit d4a5d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import xquare.app.xquareinfra.infrastructure.exception.XquareException
@Transactional
@Service
class ApproveDeployService(
@Value("\${secret.accessKey}")
@Value("\${secret.xquareAccessKey}")
private val accessKey: String,
private val findDeployPort: FindDeployPort
): ApproveDeployUseCase {
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ server:
context-path: /xquare-infra

url:
deploy: ${DEPLOY_URL}
deploy: ${DEPLOY_URL}

secret:
xquareAccessKey: ${XQUARE_ACCESS_KEY}

0 comments on commit d4a5d60

Please sign in to comment.