Skip to content

Commit dc1d409

Browse files
committed
Renamed rocket-chatter-ingestion-server/ to ingestion/
1 parent b8c9a83 commit dc1d409

32 files changed

+1
-1
lines changed

.github/workflows/ingest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
ref: ${{ github.event.client_payload.sha }}
1616
- name: Run Ingestion
1717
run: |
18-
cd rocket-chat-ingestion-server
18+
cd ingestion
1919
npm run start

rocket-chatter-ingestion-server/.env.example renamed to ingestion/.env.example

File renamed without changes.

rocket-chatter-ingestion-server/.gitignore renamed to ingestion/.gitignore

File renamed without changes.

rocket-chatter-ingestion-server/Dockerfile renamed to ingestion/Dockerfile

File renamed without changes.

rocket-chatter-ingestion-server/nodemon.json renamed to ingestion/nodemon.json

File renamed without changes.

rocket-chatter-ingestion-server/package-lock.json renamed to ingestion/package-lock.json

File renamed without changes.

rocket-chatter-ingestion-server/package.json renamed to ingestion/package.json

File renamed without changes.

rocket-chatter-ingestion-server/src/constants.ts renamed to ingestion/src/constants.ts

File renamed without changes.

rocket-chatter-ingestion-server/src/core/dbNode.ts renamed to ingestion/src/core/dbNode.ts

File renamed without changes.

0 commit comments

Comments
 (0)