Skip to content

Commit

Permalink
ci: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 20, 2024
1 parent e4fdc93 commit ade97e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/typesense.yml
Original file line number Diff line number Diff line change
@@ -16,8 +16,7 @@ jobs:
uses: actions/checkout@v4

- run: |
docker run -it \
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
docker run -it -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
-e TYPESENSE_HOST=${{ secrets.TYPESENSE_HOST }} \
-e TYPESENSE_PORT=443 \
-e TYPESENSE_PROTOCOL=https \

0 comments on commit ade97e1

Please sign in to comment.