Skip to content

Commit

Permalink
Merge pull request #22 from commercetools/kinghin.leung/rename-produc…
Browse files Browse the repository at this point in the history
…t-ingestion-algolia

Rename to full-export for Agolia integration
  • Loading branch information
leungkinghin-ct authored Mar 11, 2024
2 parents 76cfa88 + c335e71 commit b2d9b43
Show file tree
Hide file tree
Showing 30 changed files with 15,235 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Execute integration test
run: npm run test:ci

build-full-ingestion:
name: Build the application for full-ingestion
build-full-export:
name: Build the application for full-export
runs-on: ubuntu-latest
env:
CTP_CLIENT_ID: ${{ secrets.CTP_CLIENT_ID }}
Expand All @@ -47,7 +47,7 @@ jobs:
SEARCH_PLATFORM_CONFIG: ${{ secrets.SEARCH_PLATFORM_CONFIG }}
defaults:
run:
working-directory: full-ingestion
working-directory: full-export
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion connect.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deployAs:
- name: full-ingestion
- name: full-export
applicationType: service
endpoint: /fullSync
scripts:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b2d9b43

Please sign in to comment.