Skip to content

Commit

Permalink
update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
songhaechan committed Nov 4, 2023
1 parent ce47499 commit 869b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
spring.datasource.username: ${{ secrets.DB_USER_NAME }}
spring.datasource.password: ${{ secrets.DB_PASSWORD }}
cloud.aws.s3.bucket: ${{ secrets.BUCKET_NAME }}
cloud.aws.region: ${{ secrets.AWS_REGION }}
cloud.aws.region.static: ${{ secrets.AWS_REGION }}
cloud.aws.credentials.access-key: ${{ secrets.S3_ACCESS }}
cloud.aws.credentials.secret-key: ${{ secrets.S3_SECRET }}

Expand Down

0 comments on commit 869b4a7

Please sign in to comment.