Skip to content

Commit f0bcd06

Browse files
committed
Merge branch 'main' of https://github.com/EAT-SSU/Server into dev
2 parents 5819abf + 240a8ef commit f0bcd06

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: |
4646
cd ./src/main/resources
4747
touch ./application.yml
48-
echo "${{ secrets.YML }}" > ./application.yml
48+
echo "${{ secrets.YML_PROD }}" > ./application.yml
4949
shell: bash
5050

5151
# gradle chmod

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ dependencies {
4242
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4343
testImplementation 'org.springframework.security:spring-security-test'
4444

45-
implementation 'com.h2database:h2'
46-
4745

4846
//openApi
4947
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'

0 commit comments

Comments
 (0)