Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 16, 2022
1 parent c164d29 commit cd48d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
echo "${{secrets.APPLICATION_AWS}}" >> ./dogvelopers/src/main/resources/application-aws.yml
echo "${{secrets.APPLICATION_CREDTIALS}}" >> ./dogvelopers/src/main/resources/application-credentials.yml
- name: Read yml
run: cat ./dogvelopers/src/main/resources/application-aws.yml
- name: install MySql
run: apt-get install mysql-server

- name:

# Gradle test를 실행한다
- name: Test with Gradle
Expand Down
4 changes: 2 additions & 2 deletions dogvelopers/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spring:

jpa:
show-sql: true
# hibernate:
# ddl-auto: create
hibernate:
ddl-auto: create
profiles:
include:
- aws
Expand Down

0 comments on commit cd48d7f

Please sign in to comment.