Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent c1e3e43 commit 5c94bf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
echo "spring.datasource.password=${{ secrets.DB_PASSWORD }}" >> application.properties
echo "cloud.aws.credentials.access-key=${{ secrets.S3_ACCESS_KEY }}" >> application.properties
echo "cloud.aws.credentials.secret-key=${{ secrets.S3_SECRET_KEY }}" >> application.properties
echo "cloud.aws.region.static=ap-northeast-2" >> application.properties
echo "cloud.aws.s3.bucket=sangchu-bucket" >> application.properties
echo "cloud.aws.s3.dir=issue-tracker/img/" >> application.properties
echo "spring.servlet.multipart.max-file-size=10MB" >> application.properties
echo "spring.servlet.multipart.max-request-size=10MB" >> application.properties
shell: bash

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 5c94bf3

Please sign in to comment.