Skip to content

Commit

Permalink
Merge pull request #7 from gnolang/ci/fix/env
Browse files Browse the repository at this point in the history
fix(ci): add env vars to netlify deploy
  • Loading branch information
albttx authored Mar 20, 2024
2 parents d402c8b + 7dadcc1 commit a717e21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches:
- main

env:
MEILISEARCH_URL: ${{ MEILISEARCH_URL }}
MEILISEARCH_API_KEY: ${{ MEILISEARCH_API_KEY }}
MEILISEARCH_INDEX_UID: ${{ MEILISEARCH_INDEX_UID}}

jobs:
deploy-netlify:
name: deploy-to-netlify
Expand Down

0 comments on commit a717e21

Please sign in to comment.