Update _load.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-23 04:29:05 +03:00
parent 3cca292403
commit 4fcae9b47e

View file

@ -25,7 +25,7 @@ jobs:
- run: CHANNELS_PATH=sites/${{inputs.site}}/*.channels.xml npm run queue:create -- --max-clusters=1 --days=2 - 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 --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 programs:save
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: database name: database
path: scripts/database path: scripts/database