From 99dea09bee689a1930762773cdd10fe88deb7e6a Mon Sep 17 00:00:00 2001 From: Teemu Patja Date: Mon, 30 Oct 2017 19:21:42 +0200 Subject: [PATCH] Update prod server URL --- src/commiteth_pipeline/steps.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commiteth_pipeline/steps.clj b/src/commiteth_pipeline/steps.clj index 5bc7683..47438b8 100644 --- a/src/commiteth_pipeline/steps.clj +++ b/src/commiteth_pipeline/steps.clj @@ -46,7 +46,7 @@ (defn slack-notify-master [args ctx] (let [rev (:revision args) sha (if rev (subs rev 0 7) "") - msg (format "Deployed revision (master branch) to https://commiteth.com" sha sha)] + msg (format "Deployed revision (master branch) to https://openbounty.status.im" sha sha)] (println "Sending slack notification" msg) (slack/slack-notify msg) {:status :success}))