Skip to content

Commit e9ddf27

Browse files
committed
fix: update dns link
1 parent dc7a2a5 commit e9ddf27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
- run: echo ${{ github.ref }}
4141

42-
# This branch updates a dnslink for a domain if the current branch should be deployed to prod.
42+
# Update the dnslink if changes to the current branch should go live
4343
# see https://github.com/ipfs-shipyard/js-dnslink-dnsimple
44-
- run: npx dnslink-dnsimple --domain beta.spec.filecoin.io --link /ipfs/${{ steps.ipfs.outputs.cid }}
44+
- run: npx dnslink-dnsimple --domain spec.filecoin.io --link /ipfs/${{ steps.ipfs.outputs.cid }}
4545
env:
4646
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}
4747
# TODO: change to master once merged.
48-
if: github.ref == 'refs/heads/beta'
48+
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)