Skip to content

Commit

Permalink
fix: S3 region 환경변수를 수정하다
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdjww authored Jul 4, 2024
1 parent 9fc6bab commit 71cf942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
spring.datasource.username: ${{ secrets.DB_USER }}
spring.datasource.password: ${{ secrets.DB_PW }}
cloud.aws.s3.bucket: ${{ secrets.S3_BUCKET }}
cloud.aws.s3.region.static: ${{ secrets.S3_REGION }}
cloud.aws.region.static: ${{ secrets.S3_REGION }}
cloud.aws.s3.credentials.accessKey: ${{ secrets.S3_ACCESS_KEY }}
cloud.aws.s3.credentials.secretKey: ${{ secrets.S3_PRIVATE_KEY }}

Expand Down

0 comments on commit 71cf942

Please sign in to comment.