Skip to content

Commit bd3ea77

Browse files
authored
chore: 배포용 수정 (#108)
2 parents 69a6f03 + 469a903 commit bd3ea77

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'src/**'
77
- 'build.gradle'
88
- 'Dockerfile'
9-
- 'readme.md'
9+
- 'README.md'
1010
- 'infraScript/**'
1111
branches:
1212
- 'main'

src/main/java/com/ll/hfback/global/initData/NotProd.java

-3
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ public void run(ApplicationArguments args) throws Exception {
392392
);
393393
}
394394

395-
396-
397-
398395
}
399396
};
400397
}

0 commit comments

Comments
 (0)