Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-04-16 23:06:36 +03:00
parent a5a7018e3b
commit 2190a12c0a

View file

@ -32,7 +32,7 @@ jobs:
cache: 'npm'
- run: npm install
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cache-max-age=21600000 --cluster-id=1
- run: NODE_OPTIONS=--insecure-http-parser npm run cluster:load -- --timeout=30000 --cluster-id=1
- run: npm run programs:save
- run: npm run guides:update
- uses: tibdex/github-app-token@v1