Skip to content

Commit

Permalink
Merge pull request #9 from commercetools/fix-deployment
Browse files Browse the repository at this point in the history
Fix connect.yaml
  • Loading branch information
leungkinghin-ct authored Sep 14, 2023
2 parents 1a36e87 + 98d2fb4 commit b07a365
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions connect.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
deployAs:
- name: full-ingestion
applicationType: service
endpoint: /
endpoint: /fullSync
scripts:
postDeploy: npm install
configuration:
securedConfiguration:
- key: COMMERCETOOLS_STORE_KEY
description: Unique key of Commercetools Store
- key: CTP_PROJECT_KEY
description: Commercetools project key
- key: CTP_CLIENT_ID
Expand All @@ -22,7 +20,7 @@ deployAs:
description: Escaped JSON object including credentails to search platform and other settings
- name: incremental-updater
applicationType: event
endpoint: /
endpoint: /deltaSync
scripts:
postDeploy: npm install && npm run connector:post-deploy
preUndeploy: npm install && npm run connector:pre-undeploy
Expand All @@ -41,10 +39,4 @@ deployAs:
- key: CTP_REGION
description: Region of Commercetools project
- key: SEARCH_PLATFORM_CONFIG
description: Escaped JSON object including credentails to search platform and other settings
- key: CONNECT_GCP_PROJECT_ID
description: Google Cloud Project ID
- key: CONNECT_GCP_TOPIC_NAME
description: Pub/Sub topic name on Google Cloud Platform


description: Escaped JSON object including credentails to search platform and other settings

0 comments on commit b07a365

Please sign in to comment.