Skip to content

run container

run container #134

Workflow file for this run

name: meilisearch
on:
workflow_dispatch: {}
workflow_run:
workflows: ["Deploy docs to netlify"]
types:
- completed
push:
branches:
- fix/meilisearch-indexing
jobs:
indexing:
runs-on: ubuntu-latest
name: Indexing
container:
image: getmeili/scrapix:v0.1.8
env:
CRAWLER_CONFIG: ${{ secrets.SCRAPIX_CONFIG }}
steps:
- name: Run default container command
run: |
./start_xvfb_and_run_cmd.sh && yarn start:prod -- -c $CRAWLER_CONFIG \
-b /usr/bin/google-chrome --silent