We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2f7f6 commit c446719Copy full SHA for c446719
scripts/deploy.sh
@@ -11,5 +11,5 @@ if [ $? -eq 0 ]; then
11
OUTPUT+=$(cd ../.. && make build 2>&1)$'\n\n'
12
fi
13
14
-echo "$OUTPUT" | mail "[email protected]" -s "[wsm-web] Deploy status"
+echo "$OUTPUT" | mail "[email protected]" -s "[mtb-web] Deploy status"
15
0 commit comments