Skip to content

Commit

Permalink
chore(cd): cd 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 18, 2024
1 parent b3f09c2 commit c1361ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths:
- 'main-server/**'
- 'logging/**'
- 'logging-server/**'
branches: ['master']
jobs:
deploy:
Expand All @@ -18,7 +18,7 @@ jobs:
main:
- 'main-server/**'
logging:
- 'logging/**'
- 'logging-server/**'
- name: deploy main-server
if: steps.changes.outputs.front == 'true'
Expand Down
5 changes: 0 additions & 5 deletions main-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ server:
contextPath: /api

spring:
data:
mongodb:
uri: ${MONGO_URL}
database: ${MONGO_DB}

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${URL}
Expand Down

0 comments on commit c1361ab

Please sign in to comment.