Update prod server URL

This commit is contained in:
Teemu Patja 2017-10-30 19:21:42 +02:00
parent c8ad8b75be
commit 99dea09bee
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -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 <https://github.com/status-im/commiteth/commit/%s|%s> (master branch) to https://commiteth.com" sha sha)]
msg (format "Deployed revision <https://github.com/status-im/commiteth/commit/%s|%s> (master branch) to https://openbounty.status.im" sha sha)]
(println "Sending slack notification" msg)
(slack/slack-notify msg)
{:status :success}))