Skip to content

Commit b8044ae

Browse files
authored
Update production notification image
1 parent 31feac3 commit b8044ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/slack_notification.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Some fun, a different image for each environment
99
case $ENVIRONMENT in
1010
"production")
11-
IMAGE_URL=https://inaturalist-open-data.s3.amazonaws.com/photos/321044358/small.png
12-
ALT_TEXT="Photo by David Wesolowski. https://www.inaturalist.org/observations/147380645"
11+
IMAGE_URL=https://inaturalist-open-data.s3.amazonaws.com/photos/69895591/small.jpg
12+
ALT_TEXT="Photo by John D Reynolds. https://www.inaturalist.org/observations/44082017"
1313
;;
1414
"staging")
1515
IMAGE_URL=https://inaturalist-open-data.s3.amazonaws.com/photos/208429788/small.jpg

0 commit comments

Comments
 (0)