Skip to content

Commit

Permalink
fix(ci): netlify build CI with production env (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx authored May 21, 2024
1 parent 4ea9737 commit 6008128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
yarn run download-docs
yarn install
yarn build
env:
MEILISEARCH_URL: "https://docs-search.gnoteam.com"
MEILISEARCH_INDEX_UID: "production"
MEILISEARCH_API_KEY: "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"

- name: Deploy to netlify
uses: netlify/actions/cli@master
Expand All @@ -35,7 +39,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

MEILISEARCH_URL: "https://docs-search.gnoteam.com"
MEILISEARCH_INDEX_UID: "production"
MEILISEARCH_API_KEY: "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"

0 comments on commit 6008128

Please sign in to comment.