Skip to content

Commit

Permalink
Merge pull request #3 from commercetools/leungkinghin/implement-full-…
Browse files Browse the repository at this point in the history
…ingestion

Implement full-ingestion module
  • Loading branch information
leungkinghin-ct authored Aug 14, 2023
2 parents e091875 + 4765ad9 commit 89d6a25
Show file tree
Hide file tree
Showing 22 changed files with 982 additions and 86 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

build-full-ingestion:
name: Build the application for full-ingestion
runs-on: ubuntu-latest
defaults:
run:
working-directory: full-ingestion
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint && npm run prettier
runs-on: ubuntu-latest
defaults:
run:
working-directory: full-ingestion
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint && npm run prettier
16 changes: 14 additions & 2 deletions connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@ deployAs:
postDeploy: npm install
configuration:
securedConfiguration:
- key: COMMERCETOOLS_STORE_ID
description: Unique identifier of Commercetools Store
- key: COMMERCETOOLS_STORE_KEY
description: Unique key of Commercetools Store
- key: CTP_PROJECT_KEY
description: Commercetools project key
- key: CTP_CLIENT_ID
description: Commercetools client ID
- key: CTP_CLIENT_SECRET
description: Commercetools client secreet
- key: CTP_SCOPE
description: Commercetools client scope
- key: CTP_REGION
description: Region of Commercetools project
- key: SEARCH_PLATFORM_CONFIG
description: Escaped JSON object including credentails to search platform and other settings
- name: incremental-updater
applicationType: event
endpoint: /
Expand Down
Loading

0 comments on commit 89d6a25

Please sign in to comment.