Skip to content

Commit

Permalink
🐛 [fix] ssh 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Aug 3, 2024
1 parent 77b6453 commit 76adbf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Java CICD with Gradle & Docker
on:
pull_request:
types: [ closed ]
push:
workflow_dispatch: # 수동 실행 가능

jobs:
Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ spring:
starttls:
enable: true

server:
port: 8080
ssl:
enabled: true
key-store: classpath:keystore.p12
key-store-password: pwd
key-store-type: PKCS12

springdoc:
swagger-ui:
tags-sorter: alpha # alpha: 알파벳 순 태그 정렬, method: HTTP Method 순 정렬
Expand Down

0 comments on commit 76adbf8

Please sign in to comment.