Skip to content

Commit

Permalink
chore: S3 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JunBe authored Jan 17, 2025
1 parent a3c9cda commit 3f51f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
DB_URL: ${{ secrets.DB_URL }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
AWS_ACCESS_KEY: ${{ secrets.AWS_ACCESS_KEY }} # S3 액세스 키
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }} # S3 시크릿
run: |
chmod +x gradlew
./gradlew build
Expand Down

0 comments on commit 3f51f48

Please sign in to comment.