Skip to content

Commit 54ca833

Browse files
authored
Revert "#124까지 반영해 배포 (#125)"
This reverts commit 51920c9.
1 parent 51920c9 commit 54ca833

512 files changed

Lines changed: 58 additions & 28033 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-to-dev-ec2.yml

Lines changed: 0 additions & 138 deletions
This file was deleted.

.github/workflows/deploy-to-prod-ec2.yml

Lines changed: 0 additions & 137 deletions
This file was deleted.

.github/workflows/test-on-pull-request.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,4 @@ out/
4040
.env
4141

4242
# node.js 관련 파일
43-
node_modules
44-
45-
# 오늘의 리포트 프롬프트
46-
/src/main/resources/secret/
43+
node_modules

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Nadab BE
1+
# Morae BE
22

33
### 🔗️ Note
4-
> 이 문서는 [Saerok 프로젝트](https://github.com/DevKor-github/saerok-BE) README를 참고하여 구성하였으며, Nadab의 컨벤션에 맞게 수정되었습니다.
4+
> 이 문서는 Saerok 프로젝트의 README를 참고하여 구성하였으며, Morae의 컨벤션에 맞게 수정되었습니다.
55
66
---
77

@@ -18,7 +18,7 @@
1818

1919
## 🧾 Commit Convention
2020

21-
Nadab은 Conventional Commits 규칙을 기반으로 commitlint를 사용해 커밋 메시지 품질을 관리합니다.
21+
Morae는 Conventional Commits 규칙을 기반으로 commitlint를 사용해 커밋 메시지 품질을 관리합니다.
2222

2323
모든 커밋은 아래와 같이 지정된 type / scope / subject 형식을 따라야 하며, 규칙을 위반하면 커밋이 거부됩니다.
2424
```

0 commit comments

Comments
 (0)