Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 0d88c0d

Browse files
fsdiogoPedro Santos
authored and
Pedro Santos
committed
chore: remove unused dev domain from CI (#260)
1 parent c6abf99 commit 0d88c0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- image: olizilla/ipfs-dns-deploy:latest
2222
environment:
2323
DOMAIN: js.ipfs.io
24-
DEV_DOMAIN: dev.js.ipfs.io
2524
BUILD_DIR: public
2625
steps:
2726
- attach_workspace:
@@ -38,9 +37,6 @@ jobs:
3837
if [ "$CIRCLE_BRANCH" == "production" ] ; then
3938
dnslink-dnsimple -d $DOMAIN -r _dnslink -l /ipfs/$hash
4039
41-
elif [ "$CIRCLE_BRANCH" == "master" ] ; then
42-
dnslink-dnsimple -d $DEV_DOMAIN -r _dnslink -l /ipfs/$hash
43-
4440
fi
4541
4642
workflows:

0 commit comments

Comments
 (0)