From 9499b21f7a4d0d29694402dd8ed4c955fec98dd0 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 8 Feb 2019 14:13:13 -0700 Subject: [PATCH] testing new slack webhook --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 46f821791..37a43a8df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,8 @@ jobs: command: $HOME/bin/s3deploy -source=workspace/public/ -bucket=$BUCKET -region=$REGION -distribution-id=$CF_DISTRIBUTION_ID - run: name: Post in Slack - command: > export COMMIT_INFO="$(git log -1 --format='%n>>>%s%n%b%n_ - by %an_')"; curl -X POST --data-urlencode "payload={\"username\": \"Doc the Docs Bot\", \"text\": \"The InfluxDB v2 docs successfully deployed\! :greeny_peeny:\n\n $COMMIT_INFO\", \"icon_emoji\": \":doc_green:\"}" $SLACK_DOCS_WEBHOOK_URL + command: > + export COMMIT_INFO="$(git log -1 --format='%n>>>%s%n%b%n_ - by %an_')"; curl -X POST --data-urlencode "payload={\"username\": \"Doc the Docs Bot\", \"text\": \"The InfluxDB v2 docs successfully deployed\! :greeny_peeny:\n\n $COMMIT_INFO\", \"icon_emoji\": \":doc_green:\"}" $SLACK_DOCS_WEBHOOK_URL when: on_success workflows: