Skip to content

Commit

Permalink
use https (#179)
Browse files Browse the repository at this point in the history
* use https

* fix port

* fix scrape env

* fix job name
  • Loading branch information
nialexsan authored Aug 2, 2023
1 parent 6141638 commit 3b5032c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
host: ${{vars.TYPESENSE_NODE}}

# The port on which your Typesense server is listening. Optional. Default: 8108.
port: 8108
port: 443

# The protocol to use when connecting to your Typesense server. Optional. Default: http.
protocol: http
protocol: https

# The path to your DocSearch config file. Optional. Default: docsearch.config.json.
config: docsearch.config.json
8 changes: 4 additions & 4 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
TYPESENSE_SEARCH_ONLY_API_KEY: ${{secrets.TYPESENSE_SEARCH_ONLY_API_KEY}}

jobs:
deploy:
name: Deploy to GitHub Pages
crawl:
name: Crawl Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,10 +25,10 @@ jobs:
host: ${{vars.TYPESENSE_NODE}}

# The port on which your Typesense server is listening. Optional. Default: 8108.
port: 8108
port: 443

# The protocol to use when connecting to your Typesense server. Optional. Default: http.
protocol: http
protocol: https

# The path to your DocSearch config file. Optional. Default: docsearch.config.json.
config: docsearch.config.json

1 comment on commit 3b5032c

@vercel
Copy link

@vercel vercel bot commented on 3b5032c Aug 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.