Skip to content

Commit

Permalink
feat: add typesense search api config
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 18, 2024
1 parent 2534dd0 commit ec55ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
echo NEXT_PUBLIC_SITE_URL=${{ vars.SITE_URL }} >> .env
- run: npm run build

- name: Save environment variable to JSON
run: |
echo "{\"index\": \"${{ vars.TYPESENSE_INDEX }}\", \"host\": \"${{ vars.TYPESENSE_HOST }}\", \"apikey\": \"${{ vars.TYPESENSE_SEARCH_API_KEY }}\"}" > ./out/api/search
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit ec55ab4

Please sign in to comment.