Skip to content

Commit

Permalink
fix: expose typesense port to BE
Browse files Browse the repository at this point in the history
  • Loading branch information
masnormen committed Mar 21, 2024
1 parent 6c8bc13 commit a079140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
# Run a new container from the new image
docker run -d \
-p $(echo $PORT):$(echo $PORT) \
-p 8108:8108 \
-e TYPESENSE_API_URL=${{ secrets.TYPESENSE_API_URL }} \
-e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \
--restart always \
Expand Down

0 comments on commit a079140

Please sign in to comment.