Skip to content

Commit

Permalink
chore(ci): stop updating webui.ipfs.io
Browse files Browse the repository at this point in the history
We only update webui.ipfs.tech, and the .io versions follow that
  • Loading branch information
lidel committed Apr 16, 2024
1 parent 222053a commit 5b06c3f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,6 @@ jobs:
if: github.ref == 'refs/heads/main'
run: go install github.com/ipfs/[email protected]

# dev dnslink is updated on each main branch update
- run: dnslink-dnsimple --domain dev.webui.ipfs.io --record _dnslink --link /ipfs/${{ steps.ipfs.outputs.cid }}
if: github.ref == 'refs/heads/main'
env:
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}

# production dnslink is updated on release (during tag build)
- run: dnslink-dnsimple --domain webui.ipfs.io --record _dnslink --link /ipfs/${{ steps.ipfs.outputs.cid }}
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch'
env:
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}

# dev dnslink is updated on each main branch update
- run: dnslink-dnsimple --domain ipfs.tech --record _dnslink.dev.webui --link /ipfs/${{ steps.ipfs.outputs.cid }}
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 5b06c3f

Please sign in to comment.