Skip to content

Commit

Permalink
Merge branch 'main' into leungkinghin/implement-full-ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Aug 10, 2023
2 parents d966094 + e091875 commit 2dfc200
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions connect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
deployAs:
- name: full-ingestion
applicationType: service
endpoint: /
scripts:
postDeploy: npm install
configuration:
securedConfiguration:
- key: COMMERCETOOLS_STORE_ID
description: Unique identifier of Commercetools Store
- name: incremental-updater
applicationType: event
endpoint: /
scripts:
postDeploy: npm install
configuration:
securedConfiguration:
- key: COMMERCETOOLS_STORE_ID
description: Unique identifier of Commercetools Store

0 comments on commit 2dfc200

Please sign in to comment.