Skip to content

Commit

Permalink
chore: provide vars to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 29, 2023
1 parent 33468b4 commit 927d3c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ jobs:

- name: Build website
env:
VERCEL_URL: ${{ vars.WEBSITE_URL }}
NEXT_PUBLIC_PLAUSIBLE_DOMAIN: ${{ vars.NEXT_PUBLIC_PLAUSIBLE_DOMAIN }}
NEXT_PUBLIC_PLAUSIBLE_LOCATION: ${{ vars.NEXT_PUBLIC_PLAUSIBLE_LOCATION }}
NEXT_PUBLIC_MEILISEARCH_ADDRESS: ${{ vars.NEXT_PUBLIC_MEILISEARCH_ADDRESS }}
NEXT_PUBLIC_MEILISEARCH_CRATES_INDEX_UID: ${{ vars.NEXT_PUBLIC_MEILISEARCH_CRATES_INDEX_UID }}
NEXT_PUBLIC_MEILISEARCH_API_KEY: ${{ vars.NEXT_PUBLIC_MEILISEARCH_API_KEY }}
NEXT_PUBLIC_METADATA_BASE: ${{ vars.NEXT_PUBLIC_METADATA_BASE }}
run: yarn build

- name: Bundle
Expand Down

0 comments on commit 927d3c9

Please sign in to comment.