We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7a2a5 commit e9ddf27Copy full SHA for e9ddf27
.github/workflows/main.yml
@@ -39,10 +39,10 @@ jobs:
39
40
- run: echo ${{ github.ref }}
41
42
- # This branch updates a dnslink for a domain if the current branch should be deployed to prod.
+ # Update the dnslink if changes to the current branch should go live
43
# 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 }}
+ - run: npx dnslink-dnsimple --domain spec.filecoin.io --link /ipfs/${{ steps.ipfs.outputs.cid }}
45
env:
46
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}
47
# TODO: change to master once merged.
48
- if: github.ref == 'refs/heads/beta'
+ if: github.ref == 'refs/heads/master'
0 commit comments