Skip to content

Commit

Permalink
Merge pull request #41 from packlink-dev/MUL-1701
Browse files Browse the repository at this point in the history
MUL-1701 Slack migration to Auctane
  • Loading branch information
vytautasdagilis authored Feb 24, 2022
2 parents 5e52e8d + fdbf26d commit 6b4d2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}'

Expand Down

0 comments on commit 6b4d2af

Please sign in to comment.