Skip to content

Commit 8184a31

Browse files
authored
Merge pull request #16 from ipfs-shipyard/feat/deploy-to-dag.ipfs.io
feat: deploy to dag.ipfs.io
2 parents 2c85e1e + 9b19804 commit 8184a31

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ jobs:
3636
3737
echo "Website added to IPFS: https://ipfs.io/ipfs/$hash"
3838
39-
# no domain yet.
40-
# if [ "$CIRCLE_BRANCH" == "master" ] ; then
41-
# dnslink-dnsimple -d $DOMAIN -r _dnslink -l /ipfs/$hash
42-
# fi
39+
if [ "$CIRCLE_BRANCH" == "master" ] ; then
40+
dnslink-dnsimple -d $DOMAIN -r _dnslink -l /ipfs/$hash
41+
fi
4342
4443
workflows:
4544
version: 2

0 commit comments

Comments
 (0)