Skip to content

Commit 42a7d1c

Browse files
author
Alan Shaw
authored
feat: deploy to dag.ipfs.io
1 parent 2c85e1e commit 42a7d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)