From fdbf26d2ce39cf120e56f9a4304b99ab0f2907bf Mon Sep 17 00:00:00 2001 From: Vytautas <76062626+vytautasdagilis@users.noreply.github.com> Date: Wed, 23 Feb 2022 11:00:47 +0100 Subject: [PATCH] MUL-1701 Slack migration to Auctane MUL-1701 Slack migration to Auctane - make slack channel configurable through Context variable --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 864dc14..6e6179f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,12 +33,12 @@ jobs: gsutil acl ch -u AllUsers:R gs://${PROD_CDN_URL}/modules/prestashop/statics/${CIRCLE_TAG}.zip - slack/notify: color: '#00FF00' - channel: 'logeecom' + channel: '${SLACK_CHANNEL}' message: 'A new version has been released: ${CIRCLE_TAG}' webhook: '${SLACK_WEBHOOK}' - slack/notify: color: '#00FF00' - channel: 'releases' + channel: '${SLACK_CHANNEL_RELEASES}' message: 'A new version has been released: ${CIRCLE_TAG}' webhook: '${SLACK_WEBHOOK}'