diff --git a/.circleci/config.yml b/.circleci/config.yml index af68e9f58d..7efe2f887b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,7 @@ jobs: export $( cat build/ci.properties | xargs ) curl -d "token=${SLACK_TOKEN}" \ -d "text=*<${CIRCLE_PULL_REQUEST}|Circle-CI » Molgenis » Molgenis-emx2 » PR-${CIRCLE_PULL_REQUEST##*/} #${CIRCLE_BUILD_NUM}>* - PR Preview available on https://preview-emx2-pr-${CIRCLE_PULL_REQUEST##*/}.dev.molgenis.net" \ + PR Preview available on https://preview-emx2-pr-${CIRCLE_PULL_REQUEST##*/}.dev.molgenis.org" \ -d "channel=C02AZDG6QQ7" \ -X POST https://slack.com/api/chat.postMessage