Skip to content

Commit

Permalink
deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhello0507 committed Jan 6, 2025
1 parent 5693e9c commit 4b86e45
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 @@ -26,7 +26,7 @@ jobs:
spring.datasource.url: ${{ secrets.DB_URL }}
spring.datasource.username: ${{ secrets.DB_USERNAME }}
spring.datasource.password: ${{ secrets.DB_PASSWORD }}
spring.profiles.active: prd
spring.profiles.active: 'prd'
- name: Build with Gradle
run: |
./gradlew bootJar -x test
Expand Down

0 comments on commit 4b86e45

Please sign in to comment.