diff --git a/connect.yaml b/connect.yaml new file mode 100644 index 0000000..b9c7fa6 --- /dev/null +++ b/connect.yaml @@ -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