Skip to content

Commit

Permalink
Merge pull request #1695 from appwrite/ci-improve-search-indexing
Browse files Browse the repository at this point in the history
ci: improve search indexing
  • Loading branch information
TorstenDittmann authored Jan 24, 2025
2 parents db08d8c + fcf094f commit c84c5f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/index.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@ jobs:
echo ${{ secrets.GH_REGISTRY_TOKEN }} | docker login ghcr.io --username ${{ env.REGISTRY_USERNAME }} --password-stdin
docker-compose -f ${{ env.STACK_FILE }} config
env $(cat .env | xargs) docker stack deploy --prune --resolve-image always --with-registry-auth -c ${{ env.STACK_FILE }} ${{ env.REPOSITORY }}
indexing:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Scrapix
run: docker run --rm --env CRAWLER_CONFIG=${{ secrets.SCRAPIX_CONFIG }} getmeili/scrapix:v0.1.8

0 comments on commit c84c5f1

Please sign in to comment.