Skip to content

Commit

Permalink
feat: Also listen as IPFS /http protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jun 22, 2023
1 parent 0eb876c commit 96eab7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
run: |
ipfs p2p listen /x/k /ip4/127.0.0.1/tcp/6443
ipfs p2p listen /x/kluctl-webui /ip4/127.0.0.1/tcp/9090
ipfs p2p listen --allow-custom-protocol /http /ip4/127.0.0.1/tcp/9090
# SEND INFO
- name: Build ipfs-exchange-info
run: |
Expand Down

0 comments on commit 96eab7e

Please sign in to comment.