Skip to content

Commit

Permalink
edit : application-production.yml, ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanyoung1998 committed Jul 15, 2024
1 parent 6993b7d commit 7600021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
distribution: 'temurin'


- name: make oauth.yml
run: |
touch ./dplanner/src/main/resources/application-oauth.yml
echo '${{secrets.OAUTH}}' > ./dplanner/src/main/resources/application-oauth.yml
shell: bash

- name: make firebase adminsdk json
run: |
touch ./dplanner/src/main/resources/dplanner-firebase-adminsdk.json
Expand Down
2 changes: 1 addition & 1 deletion dplanner/src/main/resources/application-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
activate:
on-profile: production
import:
- application-oauth.yml
# - application-oauth.yml
# - application-rabbitMQ.yml

datasource:
Expand Down

0 comments on commit 7600021

Please sign in to comment.