We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc146d commit 3bf5c68Copy full SHA for 3bf5c68
deploy.sh
@@ -71,7 +71,7 @@ function pollForSpecificServiceUpdate() {
71
DEPLOYMENT=$(echo "$RESPONSE" | jq -r --arg deploymentId "$1" '.services[]?.deployments[] | select(.id==$deploymentId)')
72
73
if [ -z "$DEPLOYMENT" ]; then
74
- echo -e "${ORANGE}Deployment with ID $1 could not be found. Likely replaced by a manual or external deployment.";
+ echo -e "${ORANGE}Deployment with ID $1 was cancelled, missing or replaced by another.";
75
echo -e "${ORANGE}Exiting polling loop. Please verify deployment status in the AWS Console."
76
exit 0;
77
fi
0 commit comments