Update RCE slack channels

Change-Id: I6d02021e97d40b55e777a098990edf3d645d140b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/346680
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Robin Kuss <rkuss@instructure.com>
QA-Review: Robin Kuss <rkuss@instructure.com>
Product-Review: Jackson Howe <jackson.howe@instructure.com>
This commit is contained in:
Jackson Howe 2024-05-02 14:08:15 -06:00
parent 56932464ec
commit 2010c37f0d
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ if [ ! -z "$OUTPUT" ]; then
(
aws --region us-east-1 sqs send-message \
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
--message-body "{\"channel\":\"#learning-foundations\",\"username\":\"Package Translations\",\"text\":\"$SLACK_MESSAGE\"}"
--message-body "{\"channel\":\"#rcx-eng\",\"username\":\"Package Translations\",\"text\":\"$SLACK_MESSAGE\"}"
) || echo "Failed to send Slack message."
fi
fi

View File

@ -95,7 +95,7 @@ if [ -z "$SKIP_ALERT" ]; then
(
aws --region us-east-1 sqs send-message \
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
--message-body "{\"channel\":\"#ask-learning-foundations\",\"username\":\"Canvas Media Publish\",\"text\":\"$SLACK_MESSAGE\"}"
--message-body "{\"channel\":\"#rich-content-experience\",\"username\":\"Canvas Media Publish\",\"text\":\"$SLACK_MESSAGE\"}"
) || echo "Failed to send Slack message."
else
echo "Would have sent a Slack message:"

View File

@ -41,7 +41,7 @@ if [ ! -z "$OUTPUT" ]; then
(
aws --region us-east-1 sqs send-message \
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
--message-body "{\"channel\":\"#learning-foundations\",\"username\":\"Package Translations\",\"text\":\"$SLACK_MESSAGE\"}"
--message-body "{\"channel\":\"#rcx-eng\",\"username\":\"Package Translations\",\"text\":\"$SLACK_MESSAGE\"}"
) || echo "Failed to send Slack message."
fi
fi

View File

@ -95,7 +95,7 @@ if [ -z "$SKIP_ALERT" ]; then
(
aws --region us-east-1 sqs send-message \
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
--message-body "{\"channel\":\"#ask-learning-foundations\",\"username\":\"RCE Publish\",\"text\":\"$SLACK_MESSAGE\"}"
--message-body "{\"channel\":\"#rich-content-experience\",\"username\":\"RCE Publish\",\"text\":\"$SLACK_MESSAGE\"}"
) || echo "Failed to send Slack message."
else
echo "Would have sent a Slack message:"