Showing with 4 additions and 4 deletions.
  1. +2 −2 .github/workflows/cron-flakes.yml
  2. +1 −1 .github/workflows/cron-nixpkgs.yml
  3. +1 −1 .github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:

env:
RUST_LOG: debug
FI_ES_EXISTS_STRATEGY: abort
FI_ES_EXISTS_STRATEGY: recreate
FI_ES_URL: ${{ secrets.ELASTICSEARCH_URL }}
FI_ES_VERSION: $(cat VERSION)

@@ -58,7 +58,7 @@ jobs:
- name: Import ${{ matrix.group }} group
run: |
./result/bin/flake-info --push --elastic-schema-version=$(cat ./VERSION) group ./flakes/${{ matrix.group }}.json
./result/bin/flake-info --push --elastic-schema-version=$(cat ./VERSION) group ./flakes/${{ matrix.group }}.json {{ matrix.group }}
if: github.repository == 'NixOS/nixos-search'

- name: Warmup ${{ matrix.group }} channel
@@ -22,7 +22,7 @@ jobs:

env:
RUST_LOG: debug
FI_ES_EXISTS_STRATEGY: abort
FI_ES_EXISTS_STRATEGY: recreate
FI_ES_URL: ${{ secrets.ELASTICSEARCH_URL }}

steps:
@@ -51,7 +51,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
with:
production-branch: 'main'
production-deploy: ${{ github.event_name == "push" }}
production-deploy: ${{ github.event_name == 'push' }}
publish-dir: './dist'
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy from GitHub Actions'